CentOS & RAR - rharmonson/richtech GitHub Wiki

#CentOS & RAR

##Configure RepoForge Repository Download the appropriate rpm from here:

http://repoforge.org/use/

Install the package:

# rpm -ivh rpmforge-release*

By default, RepoForge base repository is enabled. I do not feel this is desirable, thus

# vi /etc/yum.repos.d/rpmforge.repo

Update [rpmforge] to read as

enabled = 0

##Install packages

# yum --enabledrepo=rpmforge rar unrar

##Use List archive contents

# unrar l <archive>

Test archive

# unrar t <archive>

Unpack archive w/directory structure

# unrar x <package>
⚠️ **GitHub.com Fallback** ⚠️