Here you can find some great Ubuntu Linux articles
Thursday, April 9, 2009
How to extract RAR files in Ubuntu
Before uncompressing a rar file in Ubuntu you will need to install an app called unrar. To install unrar in Ubuntu go to Terminal and paste the following command:
sudo apt-get install unrar
for instructions on how to use it, go to Terminal and paste:
man unrar
Here are some basic commands:
To unrar a file with full path: $ unrar x file.rar
To list files inside a rar file: $ unrar l file.rar
Package unrar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package unrar has no installation candidate
I ask for my password, a type it and it appears "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem" Can you help me?
19 comments: