LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-25-2011, 10:10 AM   #1
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Rep: Reputation: 7
Can I open 7z files in Linux?


Gnome's default archive utility won't open this, so I'd like to know if there's a free alternative.
 
Old 02-25-2011, 10:15 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Yes there is. Using ubuntu I presume?

Code:
apt-get install p7zip
 
Old 02-25-2011, 10:18 AM   #3
KeithE
Member
 
Registered: Jan 2003
Location: Mesa, AZ
Distribution: Linux Mint
Posts: 155

Rep: Reputation: 35
Install p7zip. It should be in your repository. If not, the URL to get the source code is http://www.7-zip.org/download.html

IIRC, there's a version for RAR files as well.
 
Old 02-25-2011, 10:20 AM   #4
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Original Poster
Rep: Reputation: 7
I've just opened Synaptic Package Manager and it also lists File-roller, but it's marked green for installed. Where can I find this and how do I get to use it? (It supports more file formats than p7zip)
 
Old 02-25-2011, 10:21 AM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Advice Pro View Post
I've just opened Synaptic Package Manager and it also lists File-roller, but it's marked green for installed. Where can I find this and how do I get to use it? (It supports more file formats than p7zip)
Yes, but it does not support 7zip. Once again, install p7zip.

Edit - If you don't believe me, read here - https://help.ubuntu.com/community/File%20Roller
 
Old 02-25-2011, 10:25 AM   #6
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Original Poster
Rep: Reputation: 7
From the description in SPM (7th line down):

Quote:
File-roller supports the following formats:
* Tar (.tar) archives, including those compressed with
gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
compress (.tar.Z, .taz), lzop (.tar.lzo, .tzo) and lzma (.tar.lzma)
* Zip archives (.zip)
* Jar archives (.jar, .ear, .war)
* 7z archives (.7z)
* iso9660 CD images (.iso)
* Lha archives (.lzh)
* Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
And on this section of the url you gave me, it says that I need as an p7zip package an extention. Do you know how to combine these archivers like this?

Last edited by LAPIII; 02-25-2011 at 10:32 AM.
 
Old 02-25-2011, 10:28 AM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
What's SPM? The official ubuntu site says specifically:

Quote:
Not installed by default in Ubuntu

7zip

.7z

Needs the p7zip package, which doesn't provide multi-volume support. To support password-protected archives, needs the p7zip-full package
Just saying what I see.
 
1 members found this post helpful.
Old 02-25-2011, 10:34 AM   #8
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Original Poster
Rep: Reputation: 7
SPM is Synaptic Package Manager
 
Old 02-25-2011, 10:40 AM   #9
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Original Poster
Rep: Reputation: 7
I installed p7zip-full, now, how do I use it?
 
Old 02-25-2011, 10:40 AM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Well going by both the package manager, and the ubuntu site, have you tried installing p7zip-full?

Nevermind about that, you just posted. As far as using it, read up on the man page, it contains a LOT of information.
 
1 members found this post helpful.
Old 02-25-2011, 10:42 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by Advice Pro View Post
I installed p7zip-full, now, how do I use it?
Code:
man p7zip
perhaps?

Kind regards
 
1 members found this post helpful.
Old 02-25-2011, 10:46 AM   #12
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by repo View Post
Code:
man p7zip
perhaps?

Kind regards
+56, because I referred to the man page also. Good luck!
 
Old 02-25-2011, 11:00 AM   #13
LAPIII
Member
 
Registered: Mar 2009
Location: Virginia, US
Distribution: Ubuntu 10.10 & Debian 6.0.3,
Posts: 350

Original Poster
Rep: Reputation: 7
I did man p7zip and, even though SMP shows the clickable box as green, I got this error at the terminal:

man: can't resolve /usr/share/man/man1/p7zip.1.gz: No such file or directory
No manual entry for p7zip



Should I just re-install p7zip-full or install p7zip?
 
Old 02-25-2011, 11:29 AM   #14
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
http://pwet.fr/man/linux/commandes/7z

Kind regards

---------- Post added 25th Feb 2011 at 18:29 ----------

http://pwet.fr/man/linux/commandes/7z

Kind regards
 
Old 02-25-2011, 11:54 AM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It should be automatically used by your archive utility, if installed. Just double-click the archive.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
anything in linux to open rar files? yowwww Linux - Software 17 07-11-2009 11:00 AM
How to open .chm files under linux? maradnus Linux - Newbie 2 11-15-2008 03:04 AM
how to open .doc( word docs copied into linux,ex:resume) files in linux ramanaeee Linux - Newbie 7 02-15-2008 06:09 AM
How can i open *.pdg files in linux? hkl8324 Linux - Software 5 07-14-2005 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration