Results 1 to 3 of 3

Thread: Unpack a rar file in Linux

  1. #1
    Join Date
    Aug 2006
    Posts
    114

    Unpack a rar file in Linux

    Hi,
    I have a large files split into 4 parts ,and I just want to know what i can use to unpack it all. I'm using Linux (Ubuntu). Is there a command to use to unpack rar files? i just use a program to extract them but i was wondering if there a command on unpacking them

    Any help would be appreciated
    |===================|
    |YAY if that made sense...|
    |===================|

  2. #2
    Join Date
    May 2008
    Posts
    4,085

    Re: Unpack a rar file in Linux

    Possibly you'd have to install Rar for Linux: http://www.rarlab.com/download.htm. However. it does state that it is a trial version so may have some limitations. This may only be that a warning says you must buy or remove after 40 days like the Windows version.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Unpack a rar file in Linux

    install "unrar" (most distros have a package for it) and then do "unrar x whatever.rar

    Under Linux and UNIX, use command called unrar. By default unrar is not being installed on Linux, FreeBSD or UNIX oses. You can install unrar command with the help of apt-get or yum command.

    Install unrar command


    Under Debian Linux, you need to type apt-get as follows to install unrar program:
    Code:
    # apt-get install unrar
    How to use unrar

    unrar command supports various options below are common options that you need to use everyday.
    Task: To open rar (unpack) file in current directory type command:

    Code:
    $ unrar e file.rar
    Please note that replace file.rar filename with your actual filename.
    Task: List (l) file inside rar archive:

    Code:
    $ unrar l file.rar
    Task: To extract (x) files with full path type command:

    Code:
    $ unrar x file.rar
    (D) To test (t) integrity of archive, file type command:
    Code:
    $ unrar t file.rar

Similar Threads

  1. Can't unpack files for Jurassic Park: The Game
    By Roehita in forum Video Games
    Replies: 6
    Last Post: 19-11-2011, 11:38 AM
  2. Replies: 6
    Last Post: 14-03-2011, 10:15 AM
  3. Data/Unpack Extractor for STALKER C.o.P
    By Charites in forum Video Games
    Replies: 5
    Last Post: 30-03-2010, 12:18 PM
  4. How to Unpack .ip file
    By Akul in forum Windows Software
    Replies: 3
    Last Post: 04-06-2009, 11:29 AM
  5. Free unpack software
    By Ryder in forum Windows Software
    Replies: 4
    Last Post: 31-01-2009, 10:58 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,078,282.37857 seconds with 17 queries