Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Debian/Ubuntu - Install Bower

Bower is a package management service that you can use to install specific versions (or just latest) of web components including HTML, CSS, and javascript. For example you could use the command bower install bootstrap to install the latest version of bootstrap.

Steps

First Install NodeJS.

Then use npm to install bower.

sudo npm install -g bower

References

Last updated: 16th August 2018
First published: 16th August 2018