Results 1 to 9 of 9

Thread: I got .rar files i need to open...

  1. #1
    Join Date
    Jul 2008
    Location
    Deviod Windows or Gates
    Beans
    105
    Distro
    Ubuntu 8.04 Hardy Heron

    I got .rar files i need to open...

    How would I go about opening . rar files? It seems it's not supported.
    First Food I ever ate with Ubuntu:
    Cut up Hot-dogs.

    With Ubuntu, every day is a sexy day.

  2. #2
    Join Date
    Apr 2008
    Location
    AZ
    Beans
    2,070
    Distro
    Ubuntu

    Re: I got .rar files i need to open...

    try:

    Code:
    sudo apt-get install unrar
    that should install support for rar.

  3. #3
    Join Date
    Oct 2008
    Beans
    1

    Re: I got .rar files i need to open...

    Best thing would be to install 7-zip and then you can extract it. It's in the repositories and will open most compressed files including .RAR

  4. #4
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    1,438

    Re: I got .rar files i need to open...

    The easiest way (in my opinion) is to open up the terminal (Applications --> Accessories --> Terminal), and run this:
    Code:
    sudo aptitude install p7zip-full p7zip-rar
    Then enter in your password when prompted.

    Once done you can just double click on the rar file, and it'll open up for you so you can easily extract it.
    Work smart, not hard.

  5. #5
    Join Date
    Sep 2008
    Beans
    14

    Re: I got .rar files i need to open...

    i just installed unrar

    sudo apt-get install unrar

    Once it's installed just right click on your rar archive and select open with "archive manager".

    Works like a charm!!

    Roger

  6. #6
    Join Date
    Nov 2008
    Location
    Toronto
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Unhappy Re: I got .rar files i need to open...

    7zip does not work with .rar files at least not on my computer. i tried installing it several times and it would not open the .rar files. i finally had to use unrar.

  7. #7
    Join Date
    May 2008
    Location
    Waukegan, IL
    Beans
    106
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: I got .rar files i need to open...

    i remmber i unziped rar file with the usual archive manager roller, but now it's not working i'm using unrar.

  8. #8
    Join Date
    Jul 2008
    Beans
    52

    Re: I got .rar files i need to open...

    To deal with .rar files in Ubuntu, use rar package
    $ sudo apt-get install rar

    To extract a .rar file, just use
    $ rar x file.rar
    This command also be used to join several .rar files, like
    $ rar x file.part1.rar

    To compress
    $ rar a filename
    use -v param to split, like
    $ rar a -v1M test.mp3

  9. #9
    Join Date
    Nov 2008
    Location
    Romania
    Beans
    2

    Re: I got .rar files i need to open...

    Thanks Rhubarb
    I did it like you said and worked perfectly for me.Cool.
    Thanks again

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
  •