1.下载:根据主机系统下载合适的版本,当前64为centos系统演示下载: wget http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz 2.解压安装 tar xvf rarlinux-x64-5.3.0.tar.gz cd rar make install OK! 压缩一个文件: rar a -r pazzn.rar pazzn 压缩一个文件: unrar x pazzn.rar Linux解压tar.gz和tar.bz2的命令
在tar解压文件时发生下面错误信息 gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 发现文件被加密压缩了,可以用下面方式进行解压 1.加密压缩 tar -czvf - file | openssl des3 -salt -k password -out /path/to/file.tar.gz 2.解密解压 openssl des3 -d
解压tar.gz文件报错gzip: stdin: not in gzip format解决方法 在解压tar.gz文件的时候报错 1 2 3 4 5 [Sun@localhost Downloads]$ tar -zxvf clion-141.351.4.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 原来原因是这个压缩