|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
06-23-2009, 02:10 AM | #1 |
Pledge
Join Date: Jun 2009
Posts: 1
|
[HELP ME] How to install Regnum Online on arch linux....
.
. . . . . . . . . . . Last edited by zero579911; 01-11-2021 at 08:32 AM. |
06-23-2009, 10:35 AM | #2 |
Banned
Join Date: Jul 2008
Posts: 433
|
first of all, yaourt is pacman wrapper, i.e. with yaourt you can only install packages in arch repos + aur. since regnum is neither you can't do that.
second, -Ss argument searches the repos, in your case for regnum so even if it was in repos you can't install it with -Ss, only -S. third, to install RO do following: Code:
chmod +x RegnumOnlineInstall_32 ./RegnumOnlineInstall_32 |
06-23-2009, 12:38 PM | #3 |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
You must perform those commands in the same directory as the file you downloaded.
__________________
|
06-23-2009, 03:51 PM | #4 |
Duke
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
|
Right click in the file, go to properties and check "executable" or something like that. Then run the installer.
__________________
I don't have a solution, but I admire the problem. |
06-23-2009, 08:29 PM | #5 |
Master
Join Date: Aug 2007
Posts: 303
|
in the tab "Permission" there is probably a option to allow the programm to be executed. You just have to activate this option. A click or double click on the installer file should execute it (except u use the 64bit Archlinux).
Btw. to get sound in Regnum u probably have to install openal. To do this type "pacman -S openal" as root in a terminal. |
06-23-2009, 09:26 PM | #6 |
Banned
Join Date: Jul 2008
Posts: 433
|
easiest solution for you: get debian/ubuntu. everything works out of the box there, even regnum
|
06-23-2009, 10:51 PM | #7 |
Banned
Join Date: Jul 2008
Posts: 433
|
no, ubuntu is better for YOU. actually, windows xp is the best solution for you since it's obvious you've no clue about computers. ask your brother to make a new partition on the hdd and to put on winxp or ubuntu on it so you can play games with no hussle.
|
06-24-2009, 12:55 AM | #8 | |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
Quote:
Code:
getconf LONG_BIT Now in the terminal, you must move from your home directory to the location of the installer you downloaded. If you can't tell where it is, you can search for it: Code:
find ~ -name 'RegnumOnlineInstall_32' Code:
cd /path/to Now you can execute the commands in Nightchill's post: Code:
chmod +x RegnumOnlineInstall_32 ./RegnumOnlineInstall_32
__________________
|
|
06-24-2009, 02:43 AM | #9 |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
Sorry for not being clear. You should completely replace the /path/to part with result of your find command, as in:
Code:
cd /home/myname/Desktop
__________________
|
06-24-2009, 03:16 AM | #10 |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
You must remove the filename at the end to get its directory.
Just type in Code:
cd /home/myname/Desktop
__________________
|
|
|