Forums » Linux

instlation problem

Nov 16, 2008 frymonster link
win I put sh ./vendetta-linux-x-installer.sh I get back
sh: Can't open ./vendetta-linux-ia32-installer.sh
what is going wrong here
Nov 16, 2008 LostCause link
Are you in the same directory you downloaded the file to? Try running 'ls' and see if the file is listed.
Jan 26, 2009 MegaMaster link
I have that problem, too. I also tried LostCause's suggestion but it just changed the message to 'cannot access' instead of 'cannot open'. Could someone please tell us what to do? Do we add the file location to the file name in the terminal to get it to work?
Jan 27, 2009 mr_spuck link
I think the easiest way would be
- move the installer, from whereever you downloaded it to, to your home directory
- open a terminal and do a "cd" (this puts you into your your home directory if you aren't already)
- then run the installer with "sh vendetta-linux-ia32-installer.sh"