ubuntu 文件解压命令

【解压.zip文件】

unzip  ./FileName.zip  //前提是安装了unzip

安装unzip命令:sudo apt-get install unzip

卸载unzip软件 命令:sudo apt-get remove unzip

【解压.rar文件】

unrar x ./FileName.rar //前提是安装了unrar

 安装unrar命令:sudo apt-get install unrar

卸载unrar软件 命令:sudo apt-get remove unrar

若有其他不懂的 可以使用 unrar --help

原文地址:https://www.cnblogs.com/liziyou/p/6498817.html