up vote 5 down vote favorite
1
share [g+] share [fb]

How can I open a .7z file in Ubuntu?

link|improve this question

33% accept rate
feedback

5 Answers

You can get 7zip on ubuntu by using following command:

sudo apt-get install p7zip-full
link|improve this answer
feedback

once you have 7zip installed, you can extract an archive like this:

$ 7z x foo.7z
link|improve this answer
feedback

Thats the file format for 7zip archives. You can grab the 7zip software from here.

EDIT: If you're new to 7zip/Linux, some useful advice can be found on this page.

link|improve this answer
feedback

File Roller in GNOME does just fine. It is compatible with p7zip, and will allow you to create 7zip archives just right.

link|improve this answer
feedback

PeaZip is an awesome (GUI) tool for opening most archives.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.