Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old April 28th, 2009   #1
sadaruwan12
Gee! These Aren't Roasted!
 
sadaruwan12's Avatar
 
Join Date: Sep 2008
Location: I live in Sri Lanka
Beans: 215
Ubuntu 9.10 Karmic Koala
Send a message via MSN to sadaruwan12 Send a message via Yahoo to sadaruwan12 Send a message via Skype™ to sadaruwan12
Is there a alternative for Archive manager

Hi,

I like to know if there a good program that could replace archive manager in ubuntu. B'cos archive manager doesn't handle some archive formats like RAR very well can any one tell me of a good replacement for that thx in advance.
__________________
<-= Be a torrent get knowledge seed knowledge =->
Why don't people google with out acting like zombies
sadaruwan12 is offline   Reply With Quote
Old April 28th, 2009   #2
forestpiskie
a luminous zuminous horoscope fish
 
forestpiskie's Avatar
 
Join Date: May 2007
Location: The New Forest
Beans: 6,592
Ubuntu 9.10 Karmic Koala
Re: Is there a alternative for Archive manager

If you install unrar it will add rar support to file roller.

https://help.ubuntu.com/community/FileCompression

You can also install p7zip if you want

p7zip - 7zr file archiver with high compression ratio
p7zip-full - 7z and 7za file archivers with high compression ratio
p7zip-rar - non-free rar module for p7zip
__________________
The solved tool has come back - Thread Tools

You can visit #ubuntu-beginners-help on irc.freenode.net for real time help

A computer is a means to an end. The person you're helping probably cares mostly about the end. This is reasonable.
By the time they ask you for help, they've probably tried several things. As a result, their computer might be in a strange state. This is natural.
forestpiskie is offline   Reply With Quote
Old April 28th, 2009   #3
gandaran
May the Ubuntu Be With You!
 
gandaran's Avatar
 
Join Date: Oct 2007
Location: Aeminium Lusitania
Beans: 1,653
Ubuntu 9.04 Jaunty Jackalope
Re: Is there a alternative for Archive manager

Quote:
Originally Posted by sadaruwan12 View Post
Hi,

I like to know if there a good program that could replace archive manager in ubuntu. B'cos archive manager doesn't handle some archive formats like RAR very well can any one tell me of a good replacement for that thx in advance.
there is but I think archive manager is still the best, which rar package have you installed for archive manager?
rar
unrar
unrar-free
if rar is installed you should have no problem with any rar file!
__________________
Intel Pentium 4 2.66GHz DDR 1 GB Silicon Integrated Systems M650/740
Linux User # 478860 Ubuntu User # 24004
gandaran is offline   Reply With Quote
Old April 28th, 2009   #4
Praxicoide
Gee! These Aren't Roasted!
 
Praxicoide's Avatar
 
Join Date: Nov 2006
Beans: 175
Xubuntu 9.04 Jaunty Jackalope
Re: Is there a alternative for Archive manager

Just make sure to install all the appropriate packages in order for file manager to use as a backend.

For rar, you can install unrar:

sudo apt-get install unrar

..And for .7z, you can install p7zip

sudo apt-get install p7zip-rar

(this will install rar support too)

File-roller should have the option to compress and unpack these formats.
Praxicoide is offline   Reply With Quote
Old April 28th, 2009   #5
sadaruwan12
Gee! These Aren't Roasted!
 
sadaruwan12's Avatar
 
Join Date: Sep 2008
Location: I live in Sri Lanka
Beans: 215
Ubuntu 9.10 Karmic Koala
Send a message via MSN to sadaruwan12 Send a message via Yahoo to sadaruwan12 Send a message via Skype™ to sadaruwan12
Re: Is there a alternative for Archive manager

Yo HI PIXIE Thank you, I found another from linuxappfinder.com called peaszip don't whether to use it or not.
__________________
<-= Be a torrent get knowledge seed knowledge =->
Why don't people google with out acting like zombies
sadaruwan12 is offline   Reply With Quote
Old April 28th, 2009   #6
gandaran
May the Ubuntu Be With You!
 
gandaran's Avatar
 
Join Date: Oct 2007
Location: Aeminium Lusitania
Beans: 1,653
Ubuntu 9.04 Jaunty Jackalope
Re: Is there a alternative for Archive manager

Quote:
Originally Posted by sadaruwan12 View Post
Yo HI PIXIE Thank you, I found another from linuxappfinder.com called peaszip don't whether to use it or not.
peazip is good but doesn't support rar files, you still are better off installing rar not unrar
Code:
sudo apt-get install rar
__________________
Intel Pentium 4 2.66GHz DDR 1 GB Silicon Integrated Systems M650/740
Linux User # 478860 Ubuntu User # 24004
gandaran is offline   Reply With Quote
Old April 29th, 2009   #7
Giorgio tani
First Cup of Ubuntu
 
Join Date: Jan 2007
Beans: 10
Re: Is there a alternative for Archive manager

PeaZip and p7zip supports extraction of .rar archives.
Also UnRar (from RarLabs, authors and owners of intellectual property of .rar format) supports extraction of .rar, but this one is free but not Open Source.

For creation of .rar, unfortunately there is no free solution.
Rar For Linux (from RarLabs) is still commercial software.
In license.txt of the package it is stated "The RAR archiver is distributed as try before you buy" and "Following this test period of 40 days or less, if you wish to continue to use RAR, you must purchase a license", pretty much the same as for the Windows version.
Moreover, no Open Source replacement for RarLabs rar binary is possible, since it is explicitely disallowed in the license that rar/unrar descriptions, specifications, and binaries may be reverse-enginereed to build a working rar compressor from third parts.
Giorgio tani is offline   Reply With Quote
Old April 29th, 2009   #8
sadaruwan12
Gee! These Aren't Roasted!
 
sadaruwan12's Avatar
 
Join Date: Sep 2008
Location: I live in Sri Lanka
Beans: 215
Ubuntu 9.10 Karmic Koala
Send a message via MSN to sadaruwan12 Send a message via Yahoo to sadaruwan12 Send a message via Skype™ to sadaruwan12
Re: Is there a alternative for Archive manager

I actually want to extract .rar archives and I also like to know which compression format is best in linux or in Ubuntu.
__________________
<-= Be a torrent get knowledge seed knowledge =->
Why don't people google with out acting like zombies
sadaruwan12 is offline   Reply With Quote
Old April 29th, 2009   #9
hatalar205
5 Cups of Ubuntu
 
hatalar205's Avatar
 
Join Date: Dec 2008
Beans: 43
Ubuntu 9.04 Jaunty Jackalope
Re: Is there a alternative for Archive manager

Quote:
Originally Posted by sadaruwan12 View Post
Hi,

I like to know if there a good program that could replace archive manager in ubuntu. B'cos archive manager doesn't handle some archive formats like RAR very well can any one tell me of a good replacement for that thx in advance.
I have been using p7zip full in windows and ubuntu for more than 3 years. Up to know I haven't seen anyfile which I can not handle. I made a research on archieve programs and then I saw that there is nothing better than 7zip. It is wonderful and it is one of the initial programs I install after installing any windows and ubuntu.
I strongly advise you 7zip (but full version - in Synaptic you can find full version)
__________________
Everything is your fault. Yes, I advised you but you did.
hatalar205 is offline   Reply With Quote
Old April 29th, 2009   #10
SuperSonic4
Chocolate-Covered Ubuntu Beans
 
SuperSonic4's Avatar
 
Join Date: Jul 2008
Location: Birmingham, England
Beans: 2,334
Re: Is there a alternative for Archive manager

Quote:
Originally Posted by sadaruwan12 View Post
I actually want to extract .rar archives and I also like to know which compression format is best in linux or in Ubuntu.
Installing rar and unrar would be the easiest way to go about it.

For compressing files tarballs are usually the best - either .tar.gz , .tar.bz2 for example
__________________
"Freedom is the freedom to say that two plus two make four. If that is granted, all else follows".
George Orwell - Nineteen Eighty-Four
SuperSonic4 is online now   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:11 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry