.tar.lz压缩包解压

压缩包:gmp-6.1.2tar.lz
尝试1:

lzip -d gmp-6.1.2.tar.lz

 

结果:
The program ‘lzip’ can be found in the following packages:
* clzip
* lunzip
* lzd
* lzip
* lziprecover
* minilzip
* pdlzip
* plzip
Try: sudo apt install

尝试2:

sudo apt-get install lzip

 

lzip -d gmp-6.1.2.tar.lz

 

解压成:gmp-6.1.2.tar

tar -xvf gmp-6.1.2.tar

 

解压成功!
————————————————

原文链接:https://blog.csdn.net/u010837794/article/details/63253666

本文由 我爱PHP169 作者:admin 发表,其版权均为 我爱PHP169 所有,文章内容系作者个人观点,不代表 我爱PHP169 对观点赞同或支持。如需转载,请注明文章来源。

发表回复