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
About Appimage:
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
https://apprepo.de/appimage/netbeans
Official Site:
https://netbeans.org/
Do you need remote help, setting up your system, installing programs or general troubleshooting? Hire me on Upwork! Click here!
Subscribe to our weekly Linux Round-Up: SUBSCRIBE
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!
Do you want an ad-free, secure web experience, that pays you? Look here for more information!
Follow us on Facebook: https://www.facebook.com/linuxmadesimple
Official Site:
https://netbeans.org/
Do you need remote help, setting up your system, installing programs or general troubleshooting? Hire me on Upwork! Click here!
Subscribe to our weekly Linux Round-Up: SUBSCRIBE
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!
Do you want an ad-free, secure web experience, that pays you? Look here for more information!
Follow us on Facebook: https://www.facebook.com/linuxmadesimple
Comments
Post a comment