Installing bower
Before installation bower, you need to install git, Node.js and npm (Instructions on how to install Node.js and npm here: Installing Node.js and NPM in Ubuntu)
If everything installed, then open console and run the command:
npm install -g bower
After successful execution of the command, you should see following:
Check version Bower:
bower -v
And we see the currently installed bower version:
Installing packages using the bower
To install the project dependencies that are listed in bower.json need to execute a command on the command line:
bower install