Friday, April 19, 2024
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 4015  / 3 Years ago, fri, november 5, 2021, 9:50:06

I tried to install NetBeans 7.2 from a downloaded .sh file, but experienced problems. Here's text from the Terminal, which shows what I did and what happened:



hridesh@ubuntu:~$ cd Desktop/
hridesh@ubuntu:~/Desktop$ cd full netbeans 7.2 for linux in .sh format/
hridesh@ubuntu:~/Desktop/full netbeans 7.2 for linux in .sh format$ chmod +x netbeans-7.1.2-ml-linux.sh
hridesh@ubuntu:~/Desktop/full netbeans 7.2 for linux in .sh format$ ./netbeans-7.1.2-ml-linux.sh
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Installer file /home/hridesh/Desktop/full seems to be corrupted


Why does the message Installer file /home/hridesh/Desktop/full seems to be corrupted appear? Is this file actually corrupted or something else going wrong?


More From » software-installation

 Answers
3

The setup showed this error



Installer file /home/hridesh/Desktop/full seems to be corrupted


Since the full path being used is "home/hridesh/Desktop/full netbeans 7.2 for linux in .sh format" it would seem that the installer is having problem with such a complex folder name.



Renaming the folder "full netbeans 7.2 for linux in .sh format" to something simple like "netbeans_installer" should solve the problem the installer is reporting.



cd Desktop
mv full netbeans 7.2 for linux in .sh format netbeans_installer
cd netbeans_installer
./netbeans-7.1.2-ml-linux.sh

[#37617] Sunday, November 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hical

Total Points: 498
Total Questions: 106
Total Answers: 117

Location: Comoros
Member since Tue, Mar 14, 2023
1 Year ago
;