Angular is a framework to build a client-side web application in HTML or javascript and Typescript. So here are steps to install the angular in Linux environment, in this example, I am installing angular on ubuntu distro but same can be used along with other distros as well. Step 1. What is the pre-requesting to install the Angular? Before installation of Angular, you should install the Node.js and Node package Manager ( npm ). So check the installation of Node.js and npm. Use below command check the version of Node.js, installed version should be at least 4.0.0. $ node - v v7 . 6.0 Use below command to get the version of Node Package Manager (npm) it should be at least 3.0.0 $ npm - v 4.1 . 2 If you are getting node or npm command not found the error, that means Node.js not installed on your machine. So for installation of Node.js and npm check out our earlier tutorial about how to install Node.js on Linux . For installation of Node.js on windows machine download the Node.js