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

25

2

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

flybywire

Posted 2009-11-02T08:30:40.563

Reputation: 3 732

Answers

28

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

sudo apt-get install p7zip-full

secureBadshah

Posted 2009-11-02T08:30:40.563

Reputation: 1 411

11

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

$ 7z x foo.7z

nnyby

Posted 2009-11-02T08:30:40.563

Reputation: 959

1@Sosi this means that you are using command line on unix with no root rights. When you open a terminal program on ubuntu you see something like this dk@dk-l:~/Soft$ which is you user name, your host name and the path to the current working directory. This ends with a symbol $ or #. The latter means that you have root rights on the system. You need to read some book about Linux basics – user907860 – 2014-06-30T12:34:32.173

I know this is a very noob question, but could you please point me to a reference page where I can understand the meaning of the symbols (e.g. $) and the syntax? Thanks – Sosi – 2013-04-09T16:25:09.280

1

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

JackJ

Posted 2009-11-02T08:30:40.563

Reputation: 11

1

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.

BenA

Posted 2009-11-02T08:30:40.563

Reputation: 5 245

0

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

Sathyajith Bhat

Posted 2009-11-02T08:30:40.563

Reputation: 58 436