unzip ./FileName.zip //前提是安装了unzip
卸载unzip软件 命令:sudo apt-get remove unzip
unrar x ./FileName.rar //前提是安装了unrar
安装unrar命令:sudo apt-get install unrar
卸载unrar软件 命令:sudo apt-get remove unrar
若有其他不懂的 可以使用 unrar --help
原文:http://www.cnblogs.com/liziyou/p/6498817.html