How to install Netbeans 12 on Linux Mint 20


Today we are looking at how to install Netbeans 12 on Linux Mint 20.

To do this we first update our Linux Repositories, then we install Java, then we download the Netbeans appimage, next we make the appimage executable as a program, with the next two commands we move (and rename) the appimage to the /opt directory which is a folder where many third-party apps stores its data and lastly we use the built-in menu editor to add it to our menu.  Enjoy!

Commands Used:
1) sudo apt update
2) sudo apt install default-jdk
3) wget https://apprepo.de/appimage/download/netbeans
4) sudo touch /opt/NetBeans.AppImage
5) sudo mv netbeans /opt/NetBeans.AppImage
6) chmod 755 /opt/NetBeans.AppImage

About Appimage:
https://apprepo.de/appimage/netbeans

Official Site:
https://netbeans.org/

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

For a video with Background Music:


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Comments