久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

.tar.gz /.tar.xz /.tar.bz2 / .tar.lz文件的解壓方法

 sailorhzr 2016-04-19

.tar.gz .tar.bz2要解壓很簡單 : 
.tar.gz 格式解壓為 tar -zxvf xx.tar.gz 
.tar.bz2 格式解壓為 tar -jxvf xx.tar.bz2

.tar.xz .tar.lz復(fù)雜一點(diǎn): 
.tar.xz的解壓方法: 
xz -d mpfr-3.1.2.tar.xz 
會(huì)產(chǎn)生一個(gè)mpfr-3.1.2.tar 文件,,再執(zhí)行 
tar -xvf mpfr-3.1.2.tar

.tar.lz的解壓方法: 
該格式需要使用Lzip或Lunzip解壓,,CentOS 6.5默認(rèn)不安裝此程序。

[root@localhost opt]# lzip
-bash: lzip: command not found
[root@localhost opt]# lunzip
-bash: lunzip: command not found
[root@localhost opt]# 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 1
  • 2
  • 3
  • 4
  • 5

語法:lzip -d file.lz 
更多請參考:http://www./lzip/manual/lzip_manual.html#Examples

下載: 
http://www./lzip/ 
http://download.savannah./releases/lzip/


    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請遵守用戶 評(píng)論公約

    類似文章 更多