Jump to content

.7z files in Linux

- - - - -

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

#1
mop

mop

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
How can I extract a .7z file in Linux?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You will need to install 7-zip. http://www.7-zip.org/download.html

#3
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
If you're using Ubuntu, you can apt-get it.
$ sudo apt-get install p7zip
If you're not using Ubuntu, follow John's advice.