To extract the rar format files on Fedora 14, as a root user type the following commands
Install free and non free yum repositories
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Install unrar
yum install unrar
Advertisement
thanks