Tuesday, March 5, 2013

Installing and Removing Netbeans 7.3 in Ubuntu Via PPA

 Installing and Removing Netbeans 7.3 in Ubuntu Via PPA


For installing Netbeans, we must installing JDK first
  • sudo add-apt-repository ppa:webupd8team/java
  • sudo apt-get update
  • sudo apt-get install oracle-java7-installer
For checking java version
  • java -version
Installing Netbeans IDE
  • Download Netbeans IDE di http://netbeans.org/downloads/
  • Launch the terminal to the folder where the IDE exist
  • sudo bash netbeans-7.3-linux.sh 
Removing Netbeans IDE
  • cd /usr/local/netbeans-7.3/
  • sudo bash uninstall.sh

0 comments:

Post a Comment