[HELP]Installing winrar on cent os using wine

Status
Not open for further replies.

haseeb221093

Active Member
514
2010
20
0
i get the following error when i click on wrar393.exe,i'm using Cent OS 5.5 with wine v.1.2...i'm able to use utorrent.exe but not winrar can some help me out

-XEx6FMhFj7c4xtULyVD.png
 
2 comments
From SSH do the following

Download a binary package from the official site:
Code:

cd /tmp
wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz

Untar the file:
Code:

tar -zxvf rarlinux-3.6.0.tar.gz

Both rar and unrar commands are located in a rar sub-directory. Go to the rar directory:
Code:

cd rar
./unrar

Copy rar and unrar to the bin directory:
Code:

cp rar unrar /bin
 
Status
Not open for further replies.
Back
Top