Ubuntu Make 15.09 is now available for download

Sep 1, 2015 15:00 GMT  ·  By

Didier Roche, the creator of the Ubuntu Make command-line utility that lets users of the Ubuntu Linux operating system install various useful third-party projects, has announced the release of a new maintenance version.

Ubuntu Make 15.09 is now available for download (see below for installation instructions) on all supported 64-bit Ubuntu OSes, including Ubuntu 15.10 (Wily Werewolf), Ubuntu 15.04 (Vivid Vervet), and Ubuntu 14.04 LTS (Trusty Tahr), introducing experimental support for the recently announced Unity 3D Editor software.

"The 'experimental' comes from the fact that it's experimental upstream as well, there is only one version out (and so, no download section when we'll always fetch latest) and no checksum support. We talked about it on upstream's IRC channel and will work with them on this in the future," says Didier Roche.

But that's not all, as the new Ubuntu Make 15.09 release fixes issues with the download of the Arduino open-source electronic prototyping platform that allows developers to create interactive electronic objects, which was broken due to some upstream changes in the versioning scheme, the addition of license support for Android NDK, as well as various under-the-hood improvements and bugfixes.

Here's how to install Ubuntu Make

As mentioned before, the Ubuntu Make software is a command-line application, and it is currently available for the Ubuntu 15.10, Ubuntu 15.04, and Ubuntu 14.04 LTS operating systems. To install it, you must add a PPA to your system. The following commands are the best way to install Ubuntu Make in a few seconds.

code
sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update && sudo apt-get install -y ubuntu-make
Please remember to run one command at a time, and press the Enter key on your keyboard when asked if you want to add the PPA repository in your Ubuntu distribution. That's it. You can now install the Unity 3D Game Engine Editor by running the following command.
code
umake games unity3d