Install Bower Ubuntu 14.04
Hi! The Tutorial shows you Step-by-Step How to Install Bower for Ubuntu 14.04 Trusty LTS GNU/Linux Desktop/Server.
And there are several way to Bower Ubuntu 14.04 Install, here we simply describe an Easy to use one.
Finally, Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).
-
First, Open a Shell session
Ctrl+Alt+t on deskop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Then Install the Latest Node.js for Ubuntu
-
Next to Handle Git Dependency.
which git
If Not Installed then:
sudo apt install git
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
Finally, to Install Bower on Ubuntu.
sudo su -c "npm install -g bower"
Finally, Amend Config Dir Permissions with:
sudo chown -R $LOGNAME:$LOGNAME ~/.config
-
Getting-Started with Bower Commands on Linux
After you should Enjoy Bower tool facilities on Ubuntu 14.04 :)