Unable to extract the rar from fedora as the packages are not available. So tried with yum install but it is not working ?

[root@sard-4191 ~]# yum install unrar
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package unrar available.
Error: Nothing to do
link|improve this question
The package probably isn't called unrar. I searched but couldn't find a list, try rar. – Kevin Nov 10 '11 at 15:19
feedback

migrated from serverfault.com Nov 10 '11 at 17:02

This question came from our site for system administrators and desktop support professionals.

2 Answers

For Fedora, yum install rar will provide what you need.

Usage:     rar <command> -<switch 1> -<switch N> <archive> <files...>
               <@listfiles...> <path_to_extract\>

<Commands>
  e             Extract files to current directory
link|improve this answer
feedback

The unrar program is not included in the Fedora repositories because it is not free software.

It is, however, available in the RPMFusion repository. Follow the instructions here to enable RPMFusion. Once you've done that, you can simply yum install unrar.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown