vote up 2 vote down star

Ubuntu: how can I open a .7z file?

flag

45% accept rate

4 Answers

vote up 6 vote down

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

sudo apt-get install p7zip-full
link|flag
vote up 2 vote down

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

$ 7z x foo.7z
link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or
never shown

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