How to extract RAR using SSH??

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

    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.

    #2
    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.

    Comment


      #3
      i get these error when extracting RAR


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

      Comment


        #4
        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?

        Comment

        Working...
        X