How to Install Bower Web Package Manager on Linux Mint Debian 32-64bit Easy Guide

October 24, 2014 | By the+gnu+linux+evangelist.

Quick-Start with Bower for LMDE Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Bower Package Manager for the Web on LMDE Linux Desktop/Server.

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 for LMDE Linux - Featured
  1. Open a Command Line Session
    (Press “Enter” to Execute Commands)

    Install Bower for Mint Debian Linux - Open Terminal
  2. How to Install Latest Node.js on LMDE Linux

    Debian Installing Latest Node.js
  3. Handling Git Dependency.

    which git

    If Not Installed then:

    su -c "apt-get install git"
  4. Installing Bower on Linux Mint Debian.

    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

QuickChic Theme • Powered by WordPress