Skip to content

Instantly share code, notes, and snippets.

@alexislucena
Created February 17, 2017 15:45
Show Gist options
  • Save alexislucena/28b989853ede8c2b74f78576376dd3f7 to your computer and use it in GitHub Desktop.
Save alexislucena/28b989853ede8c2b74f78576376dd3f7 to your computer and use it in GitHub Desktop.
Ubuntu: Install NetBeans on Ubuntu 16.04

Check if Java is installed

$ java -version

Install Ubuntu Make from PPA

$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
$ sudo apt-get update
$ sudo apt install ubuntu-make

Install NetBeans with Ubuntu Make

$ umake ide netbeans

To remove NetBeans

$ umake -r ide netbeans

To remove Ubuntu Make:

$ sudo apt-get remove ubuntu-make

To remove Ubuntu Make PPA

$ sudo add-apt-repository --remove ppa:ubuntu-desktop/ubuntu-make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment