Trouble installing on Linux
CB
Ƹ̵̡Ӝ̵̨̄ƷDer Millionendorf- Icrontian
I've got Linux Ubuntu on SM28 now, and I'm trying to install the F@H client. When I try to run the setup executable I get this error :
Couldn't display "/home/cbdroege/Desktop/FAH504-Linux.exe".
Can anyone help?
Couldn't display "/home/cbdroege/Desktop/FAH504-Linux.exe".
Can anyone help?
0
Comments
type the following in exactly:
chmod +x /home/cbdroege/Desktop/FAH504-Linux.exe
mkdir /home/cbdroege/fah
mv /home/cbdroege/Desktop/FAH504-Linux.exe /home/cbdroege/fah
cd /home/cbdroege/fah
./FAH504-Linux.exe
That will move the executable to its own folder (you don't want to run it on the desktop, it will make files all over the place), and then execute it.