Jump to content

unrar in Linux?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Pan

Pan

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
Using only the console is there a way to unrar an archive? I need to do this through SSH and the GUI doesn't seem to work correctly. Any help?

Thanks,
Pan

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
The command you are looking for is:

unrar e file.rar

#3
Pan

Pan

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
thanks