I'm trying to install netbeans-7.4-linux.sh on my 13.10 Ubuntu.
After using terminal sudo sh ./netbeans-7.4-linux.sh
it is telling me cannot open netbeans-7.4-linux.sh
.
How do I get past this?
I'm trying to install netbeans-7.4-linux.sh on my 13.10 Ubuntu.
After using terminal sudo sh ./netbeans-7.4-linux.sh
it is telling me cannot open netbeans-7.4-linux.sh
.
How do I get past this?
sudo bash /path/to/file.sh
chmod +x /path/to/file.sh
sudo sh netbeans-7.4-linux.sh
– Maythux Feb 19 '14 at 06:18