Install Ubuntu Make in Ubuntu 15.10
Install Ubuntu Make in Ubuntu 15.10.
Ubuntu Make was formerly known as Ubuntu Developer Tools Center. You can quickly install development environments in various languages on the Ubuntu platform.
Sudo add-apt-repository ppa: ubuntu-desktop/ubuntu-make
Sudo apt-get update
Sudo apt-get install ubuntu-make
Bkjia @ bkjia :~ $ Umake -- help
Usage: umake [-- help] [-v] [-r] [-- version]
{Ide, games, dart, Android, web, rust, go, scala }...
Easily deploy and set up the development environment on Ubuntu
Positional arguments:
{Ide, games, dart, android, web, rust, go, scala}
Developer environment
Ide Generic IDEs
Games Games Development Environment
Dart Dartlang Development Environment
Android Development Environment
Web Web Developer Environment
Rust Rust language
Go Go language
Scala The Scala Programming Language
Optional arguments:
-- Help: displays the help
-V, -- verbose improves the output level (level 2)
-R, -- remove. If the specified framework has been installed, uninstall it.
-- Version Print version and exit
Note that you can also configure different debug logging behavior using
LOG_CFG that points to a log yaml profile.
* Command 'ide ':
Usage: umake ide [-h]
{Pycharm-educational, arduino, pycharm-professional, rubymine, idea-ultimate, eclipse-php, phpstorm, pycharm, idea, eclipse-cpp, netbeans, webstorm, visual-studio-code, eclipse}
...
Positional arguments:
{Pycharm-educational, arduino, pycharm-professional, rubymine, idea-ultimate, eclipse-php, phpstorm, pycharm, idea, eclipse-cpp, netbeans, webstorm, visual-studio-code, eclipse}
Pycharm-educational
PyCharm Educational Edition
Arduino The Arduino Software Distribution
Pycharm-professional
PyCharm Professional Edition
Rubymine Ruby on Rails IDE
Idea-ultimate IntelliJ IDEA
Eclipse-php Eclipse PHP IDE
Phpstorm PHP and web development IDE
Pycharm PyCharm Community Edition
Idea IntelliJ IDEA Community Edition
Eclipse-cpp Eclipse C/C ++ IDE
Netbeans IDE
Webstorm Complex client-side and server-side javascript IDE
Visual-studio-code Visual Studio focused on modern web and cloud
Eclipse Eclipse Java IDE
Optional arguments:
-H, -- help show this help message and exit
* Command 'games ':
Usage: umake games [-h] {twine, stencyl }...
Positional arguments:
{Twine, stencyl}
Twine Twine tool for creating interactive and nonlinear stories
Stencyl Stencyl game developer IDE
Optional arguments:
-H, -- help show this help message and exit
* Command 'dart ':
Usage: umake dart [-h] {dart-sdk }...
Positional arguments:
{Dart-sdk}
Dart-sdk Dart SDK (default)
Optional arguments:
-H, -- help show this help message and exit
* Command 'android ':
Usage: umake android [-h] {android-ndk, android-studio, android-sdk }...
Positional arguments:
{Android-ndk, android-studio, android-sdk}
Android-ndk Android NDK
Android-studio Android Studio (default)
Android-sdk Android SDK
Optional arguments:
-H, -- help show this help message and exit
* Command 'web ':
Usage: umake web [-h] {firefox-dev, visual-studio-code }...
Positional arguments:
{Firefox-dev, visual-studio-code}
Firefox-dev Firefox Developer Edition
Visual-studio-code Visual Studio focused on modern web and cloud
Optional arguments:
-H, -- help show this help message and exit
* Command 'rust ':
Usage: umake rust [-h] {rust-lang }...
Positional arguments:
{Rust-lang}
Rust-lang The official Rust distribution
Optional arguments:
-H, -- help show this help message and exit
* Command 'Go ':
Usage: umake go [-h] {go-lang }...
Positional arguments:
{Go-lang}
Go-lang Google compiler (default)
Optional arguments:
-H, -- help show this help message and exit
* Command 'scala ':
Usage: umake scala [-h] {scala-lang }...
Positional arguments:
{Scala-lang}
Scala-lang Scala compiler and interpreter (default)
Optional arguments:
-H, -- help show this help message and exit
Bkjia @ bkjia :~ $
Ubuntu 15.04
New Ubuntu Make version: supports Swift programming language Installation