Ubuntu Make (Ubuntu Developer Tools Center). Install Ubuntu Make 16.01 on Linux Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10. Ubuntu Make is a command line tool which allows you to download the latest version of popular developer tools on your installation. Ubuntu Make will always download, tests and support the latest available upstream developer stack.
Ubuntu Make 16.01 can be installed on Ubuntu Systems using the following command:
$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
$ sudo apt-get install ubuntu-make
If you want to uninstall and remove Ubuntu Make from Linux Ubuntu Systems, run the command given below:
$ sudo apt-get remove ubuntu-make
Once installed, run the following command to get more information about Ubuntu Make:
$ umake --help
Please note the there are two minus signs before help.
Using Ubuntu Make is quite easy. For example, to install Unity 3D, run the following command:
$ sudo umake games unity3d
Similarly, you can run the umake command to install various tools.