Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install netbeans in Ubuntu. #5

Closed
tango4567 opened this issue Feb 8, 2019 · 1 comment
Closed

How to install netbeans in Ubuntu. #5

tango4567 opened this issue Feb 8, 2019 · 1 comment

Comments

@tango4567
Copy link
Owner

tango4567 commented Feb 8, 2019

How to find and remove netbeans from ubuntu?.

@tango4567
Copy link
Owner Author

tango4567 commented Feb 8, 2019

Step to remove:

  1. sudo apt-get remove netbeans. => It will remove netbeans only
  2. sudo apt-get purge netbeans. => It will configuration files also.
  3. sudo apt autoremove => For cleaning/removing unnecessary packages.

Step to install:
1.java -version => Check Java Version in system
If java not found or package not found then install JDK first
sudo apt install openjdk-8-jre-headless => Here version may very
sudo apt install default-jre
sudo apt install openjdk-8-jre-headless => Here version may very
or Download Java SE Development Kit manually.

  1. sudo apt-get install netBeans
    or
    For latest version Download Netbeans manually

Remember: Now you need to check which JDK and Netbeans version are installed. If anything mismatch, so you can't use Netbeans any more. Find the java path of JVM by using this command in terminal whereis java and find JDK version.

For me, it works. Hope it will work for others
Remember: This is not the best solution it can improve by others also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant