How to Install Bower on Ubuntu 16.10 Yakkety Linux Easy Guide

October 13, 2017 | By the+gnu+linux+evangelist.

Install Bower Ubuntu 16.10

Hi! The Tutorial shows you Step-by-Step How to Install Bower for Ubuntu 16.10 Yakkety GNU/Linux Desktop/Server.

And there are several way to Bower Ubuntu 16.10 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.).

How to Install Bower on Ubuntu 16.10 Yakkety - Featured
  1. First, Open a Shell session
    Ctrl+Alt+t on deskop
    (Press “Enter” to Execute Commands)

    How to Install Bower on Ubuntu 16.10 Yakkety - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Then Install the Latest Node.js for Ubuntu

    Ubuntu Node.js Install Guide
  3. 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

  4. 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
  5. Getting-Started with Bower Commands on Linux

    Bower Commands Quick Start
  6. After you should Enjoy Bower tool facilities on Ubuntu 16.10 :)


QuickChic Theme • Powered by WordPress