CentOS 6 압축풀기(*.rar)
CensOS 6 에서 확장자가 *.rar인 화일은 압축이 풀리지 않는다.
압축을 풀 수 있도록 rar과 unrar을 설치해야 하는데 그 전에 레포지토리에 등록을 해야 한다.
관련된 rpm 패키지를 설치하면 자동으로 처리되는데,
이 때, 사용하는 버전에 맞는 것으로 설치해야 한다. 그 이후 yum으로 설치를 하면 된다.
1. rpm package download & install (add yum repository ) 1
# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | 1. downloads 2. install |
2. install rar&unrar
# yum install rar unrar | 1. install rar, unrar |
>> 결과
< yum install .. >
|
<추가내용>
- CentOS 7 패키지
#wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm #rpm -ivh epel-release-7-6.noarch.rpm | 1. downdoads 2. install |
- rar/unrar command
# unrar x (file_name).rar | extract with full path (Keep broken) list files inside dump files excluding folders create a archive Rar file recover or fix a archive file or files create a archive Rar file with password |
참고] How to install RAR/Unrar on CentOS - idroot(https://goo.gl/jaZvx0)
- CentOS7은 하단에 첨부 [본문으로]