Originally posted by rocket101
View Post
How to extract RAR using SSH??
Collapse
X
-
i get these error when extracting RAR
unrar: /lib/libc.so.6: version `GLIBC_2.7' not found (required by unrar)
Leave a comment:
-
be easier if you tell us what OS you are using on your server
anyway bog standard method is
wget http://www.rarlab.com/rar/rarlinux-4.1.b1.tar.gz
tar -zxvf rarlinux-4.1.b1.tar.gz
cd into the extracted directory
cp rar unrar /bin
then extract rar file by using unrar -x filename.rarLast edited by amylee; 14.10.11, 18:30.
Leave a comment:
-
How to extract RAR using SSH??
Does anyone know how to extract RAR files using SSH?
or any way?Last edited by rocket101; 14.10.11, 15:44.Tags: None
Leave a comment: