As you may know, Ubuntu Developer Tools Center is an command-line, open-source tool that enables the users to easily install the main platforms for Android application development.
Recently, Ubuntu Developer Tools Center has been renamed to Ubuntu Make, the latest version available being Ubuntu Make 0.9.2, which has been released released a few hours ago, bringing fixes only:
- Enable language selection in firefox developer tools
- Now the installation of firefox developer tools enable to choose interactively one of the available language (default being US).
- add a –lang= parameter to switch to another language in non interactive mode
- additional tests and mocks for the new options and capability
- Prevent double error logging when a TextWithChoice doesn’t get the correct user’s input. Adapt tests to it.
- Fix a double empty [] when no shortcut is present.
- Updated README to improve readability. Moved to more passive language.
Installation instructions:
Up to date packages are available via PPA, so installing the software on Ubuntu 15.04 Vivid Vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint 6, Peppermint 5, LXLE 14.04 and Linux Lite 2 is easy. Just add the PPA to your system, update the local repository index and install the umake package:
$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
$ sudo apt-get install ubuntu-make
Optional, to remove umake, do:
$ sudo apt-get remove ubuntu-make
Usage instructions:
To get information about ubuntu-make, run umake –help (there are two minus signs before help):
To install Arduino IDE, do:
$ sudo umake ide arduino
To install GO, do:
$ sudo umake go go-lang
To install dartlang, do:
$ sudo umake dart editor
To install pycharm, do:
$ sudo umake ide pycharm
To install eclipse, do:
$ sudo umake ide eclipse
To install IntelliJ IDEA, do:
$ sudo umake ide idea-ultimate
To install IntelliJ IDEA Community Edition, do:
$ sudo umake ide idea
To install Webstorm, do:
$ sudo umake ide webstorm
To install pycharm-professional, do:
$ sudo umake ide pycharm-professional
To install pycharm-educational, do:
$ sudo umake ide pycharm-educational
To install Phpstorm, do:
$ sudo umake ide phpstorm
To install Rubymine, do:
$ sudo umake ide rubymine
To install Stencyl, do:
$ sudo umake games stencyl
To install Android NDK, do:
$ sudo umake android android-ndk
To install Android Studio, do:
$ sudo umake android android-studio
To install Firefox Dev, do:
$ sudo umake web firefox-dev
To remove any of this tools, just write –remove (minus minus remove) at the end of the installation command. Example:
$ sudo umake web firefox-dev --remove