Find the answer to your Linux question:
Results 1 to 3 of 3
If it wasn't already apparent, I'm new to the Ubuntu community and I cannot for the life of me get unrar to work for me. I've read that the command ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    2

    [SOLVED] Help with unrar.

    If it wasn't already apparent, I'm new to the Ubuntu community and I cannot for the life of me get unrar to work for me. I've read that the command necessary to use unrar goes something along the lines of this:

    unrar x file.rar

    But no matter what I try, it can't find the RAR file I want to extract.
    The file is located in my temp folder, do I need to move it?
    I'm absolutely baffled by a problem that seems so easy to figure out.

    Any help on this would be absolutely wonderful. Thank you.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Can you post the command exactly as you're typing it? And post any error messages?

    You said the file was in your temp folder, are you perhaps not giving the full path to the file?

    So if I had a file.rar in /tmp, the command would be
    Code:
    unrar x /tmp/file.rar
    You may want to move the file, since I doubt you want to store the files in /tmp.

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    2
    That did it! I simply wasn't directing it to the temp folder.
    Thank you very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...