How to Install Bower on Linux Mint 18

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

Install Bower Linux Mint 18

Hi! The Tutorial shows you Step-by-Step How to Install Bower on Linux Mint 18 Desktops.

And Bower for Mint offers a generic, unopinionated solution to the problem of Web front-end Package Management.

Moreover, 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.).

Install Bower Linux Mint 18 - Featured
  1. First, Open a Command Line Terminal Window

    Install Bower Linux Mint 18 - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. How to Install the Latest Node.js on Linux Mint

    Linux Mint Installing Node JS
  3. Then to Handle Git Dependency.

    which git

    If Not Installed then:

    sudo su -c "apt-get install git"
  4. Finally, Install Bower on Linux Mint.

    sudo su -c "npm install -g bower"

    Finally, Amend Config Dir Permissions with:

    sudo chown -R $LOGNAME:$LOGNAME ~/.config
  5. Getting-Started with Basic Bower Commands on Linux

    Bower Commands Quick Start
  6. Install Aptana Studio for Html5, Javascript, CSS, PHP & Rails:
    Aptana Studio Javascript IDE Setup on Mint


QuickChic Theme • Powered by WordPress