Status
Not open for further replies.

Ivan

Active Member
433
2009
46
0
Hi. I own dedicated server with cpanel license, but i can't extract .rar files with file manager ( .zip and other formats work fine). How do i add .rar support to cpanel?
 
2 comments
This will install winrar so you can use rar/unrar in shell prompt, not sure about adding it to cpanel though

SSH
Code:
wget [URL]http://www.rarlab.com/rar/rarlinux-3.8.0.tar.gz[/URL]
tar -zxvf rarlinux-3.8.0.tar.gz
cd rar
cp rar unrar /bin
 
Status
Not open for further replies.
Back
Top