How to extract RAR using SSH??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • amylee
    replied
    Originally posted by rocket101 View Post
    i get these error when extracting RAR


    unrar: /lib/libc.so.6: version `GLIBC_2.7' not found (required by unrar)
    well what OS are you using on your server? ubuntu? fedora? centOS? debian?

    Leave a comment:


  • rocket101
    replied
    i get these error when extracting RAR


    unrar: /lib/libc.so.6: version `GLIBC_2.7' not found (required by unrar)

    Leave a comment:


  • amylee
    replied
    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.rar
    Last edited by amylee; 14.10.11, 18:30.

    Leave a comment:


  • rocket101
    started a topic How to extract RAR using SSH??

    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.
Working...
X