How to install ubuntu-make on Ubuntu-18.04LTS
After we install complete Ubuntu-18.04LTS, Let's install Ubuntu-Make to manage our development environment.
Step1 :
sudo add-apt-repository ppa:lyzardking/ubuntu-make
Step2 :
sudo apt-get update
Step3 :
sudo apt-get install ubuntu-make
Step4: Check the installation successful or not?
Now, We can use 'umake' command to install much software for developers.
Example: use umake to install pycharm.
Use command blow to install pycharm:
umake ide pycharm-professional