rar解压

很简单,只需要
sudo apt-get install rar unrar
rar使用来创建rar格式的眼所文件的
unrar是用来解压的
unrar 一般是配合 e, x参数的来使用
  e             Extract files to current directory(解压到当前目录)

  x             Extract files with full path()(按照压缩包里边的的路径解压)
例子
cd 要解压的地方
unrar e  /home/dave/software/aa.rar 
unrar x /home/dave/software/aa.rar

你可能感兴趣的:(ubuntu rar)