打开网址:http://www.rarsoft.com/download.htm
在English WinRAR and RAR release 栏目下载RAR 5.21 for Linux x64
软件下载下来之后解压缩,进入软件包右键打开终端,执行以下命令:
[Object@oracle rar]$ sudo make
[sudo] Object 的密码:
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
接下来执行:
[Object@oracle rar]$ sudo make install
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
接下来执行rar命令
[Object@oracle rar]$ rar
rar:找不到命令
出错了,提示找不到rar,可以添加全局命令
[Object@oracle rar]$ sudo cp -f rar_static /usr/local/bin/rar
这样就可以访问rar命令了。
[Object@oracle rar]$ rar
RAR 5.21 Copyright (c) 1993-2015 Alexander Roshal 15 Feb 2015
Trial version Type RAR -? for help
Usage: rar - -
<@listfiles...>
a Add files to archive
c Add archive comment
ch Change archive parameters
cw Write archive comment to file
d Delete files from archive
e Extract files without archived paths
f Freshen files in archive
i[par]= Find string in archives
k Lock archive
l[t[a],b] List archive contents [technical[all], bare]
m[f] Move to archive [files only]
p Print file to stdout
r Repair archive
rc Reconstruct missing volumes
rn Rename archived files
rr[N] Add data recovery record
rv[N] Create recovery volumes
s[name|-] Convert archive to or from SFX
t Test archive files
u Update files in archive
v[t[a],b] Verbosely list archive contents [technical[all],bare]
x Extract files with full path
- Stop switches scanning
@[+] Disable [enable] file lists
ad Append archive name to destination path
ag[format] Generate archive name using the current date
ai Ignore file attributes
ap Set path inside archive
as Synchronize archive contents
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
df Delete files after archiving
dh Open shared files
ds Disable name sort for solid archive
dw Wipe files after archiving
e[+] Set file exclude and include attributes
ed Do not add empty directories
en Do not put 'end of archive' block
ep Exclude paths from names
ep1 Exclude base directory from names
ep3 Expand paths to full including the drive letter
f Freshen files
hp[password] Encrypt both file data and headers
ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
ilog[name] Log errors to file (registered versions only)
inul Disable all messages
isnd Enable sound
k Lock archive
kb Keep broken extracted files
log[f][=name] Write names to log file
m<0..5> Set compression level (0-store...3-default...5-maximal)
ma[4|5] Specify a version of archiving format
mc Set advanced compression parameters
md[k,m,g] Dictionary size in KB, MB or GB
ms[ext;ext] Specify file types to store
mt Set the number of threads
n Additionally filter included files
n@ Read additional filter masks from stdin
n@ Read additional filter masks from list file
o[+|-] Set the overwrite mode
oh Save hard links as the link instead of the file
oi[0-4][:min] Save identical files as references
ol[a] Process symbolic links as the link [absolute paths]
or Rename files automatically
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
qo[-|+] Add quick open information [none|force]
r Recurse subdirectories
r- Disable recursion
r0 Recurse subdirectories for wildcard names only
rr[N] Add data recovery record
rv[N] Create recovery volumes
s[,v[-],e] Create solid archive
s- Disable solid archiving
sc[obj] Specify the character set
sfx[name] Create SFX archive
si[name] Read data from standard input (stdin)
sl Process files with size less than specified
sm Process files with size more than specified
t Test files after archiving
ta Process files modified after in YYYYMMDDHHMMSS format
tb Process files modified before in YYYYMMDDHHMMSS format
tk Keep original archive time
tl Set archive time to latest file
tn Process files newer than
to Process files older than
ts[N] Save or restore file time (modification, creation, access)
u Update files
v[k,b] Create volumes with size=*1000 [*1024, *1]
ver[n] File version control
vn Use the old style volume naming scheme
vp Pause before each volume
w Assign work directory
x Exclude specified file
x@ Read file names to exclude from stdin
x@ Exclude files listed in specified list file
y Assume Yes on all queries
z[file] Read archive comment from file
Ubuntu如何安装解压缩软件winRAR?:http://www.linuxdiyf.com/linux/13146.html
WinRar for Linux安装配置:http://www.linuxdiyf.com/linux/5036.html
CentOS中使用Linux rar:http://www.linuxdiyf.com/linux/8667.html
让Ubuntu 12.10支持RAR和7Z文件解压缩:http://www.linuxdiyf.com/linux/1498.html
如何让系统默认支持rar压缩文件:http://www.linuxdiyf.com/linux/72.html