|
| |||||||||
| Tags: extract rar file, ubuntu, winrar |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to extract files from rar archive in ubuntu?
Hey guys! I am using Ubuntu linux 8.10 for a quite a while. I installed wine so that i can run windows programs in ubuntu. But instead of using windows winrar to extract the files, can i use any other linux software to do that?? Help guys! |
|
#2
| |||
| |||
| Re: How to extract files from rar archive in ubuntu?
Visit this thread if you have Fedora :Extract winrar files on Fedora Common for all Linux, to extract the file from archive type the following code in terminal after navigating to the folder from terminal where the rar file is located : Code: $ unrar e file.rar |
|
#3
| |||
| |||
| Re: How to extract files from rar archive in ubuntu?
You have to install unrar command before you can use it... Under Debian Linux, you need to type apt-get as follows to install unrar program: Code: # apt-get install unrar Code: # yum install unrar Code: # pkg_add -v -r unrar Code: $ cd /tmp $ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz Code: $ tar -zxvf rarlinux-3.6.0.tar.gz Code: $ cd rar $ ./unrar Code: # cp rar unrar /bin |
|
#4
| |||
| |||
| Re: How to extract files from rar archive in ubuntu?
How to use unrar unrar command supports various options below are common options that you need to use everyday. Task: To open rar (unpack) file in current directory type command: Code: $ unrar e file.rar Task: List (l) file inside rar archive: Code: $ unrar l file.rar Code: $ unrar x file.rar Code: $ unrar t file.rar |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to extract files from rar archive in ubuntu?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting error 'Ubuntu-archive-mirrorserver' while using copy of Ubuntu 11.10 for PPC versions | Gyan|dada | Operating Systems | 6 | 2 Weeks Ago 07:16 PM |
| Nintendo 3DS shows no files inside zip archive | Calvert | Portable Devices | 5 | 02-04-2011 12:00 PM |
| How do you archive files of different formats in Java ? | GOOL | Software Development | 4 | 13-01-2011 11:14 PM |
| Recoving 7 Zip Archive - Cannot open file 'xampp.7z' as archive | GodsDead | Vista Help | 4 | 23-10-2009 09:26 AM |
| Zip archive to build files in PHP | christheart | Software Development | 1 | 24-01-2009 12:53 PM |