To install Ionic Framework on Ubuntu we need to follow next 2 steps:
1. Install npm software:
sudo apt-get install npm
2. Install Ionic Cli
npm install -g @ionic/cli
Done ! Now to initialize an Ionic blank proyect we just need to execute:
ionic start