hell everybody, how are you?
i am trying to install net beans with sudo command like sudo apt-get install netbeans7, but i am given message that: command not found, any experts please share my problem, thanks

Recommended Answers

All 3 Replies

Have you try with this just in case

sudo apt-get install netbeans

without the 7

Have you try with this just in case

sudo apt-get install netbeans

without the 7

Also, please post the actual output of the sudo command.

Latest in repo is netbeans 6.9
If you insist on installing NB7 then download the bin file and then cd to the directory with netbeans you downloaded:
cd /home/xyz/Downloads (Assuming you put it in Downloads folder)
chmod +x netbeans_xxxxx.bin
sudo ./netbeans_xxxxx.bin

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.