日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

linux命令里的xz是干嘛的,Ubuntu中的xz命令使用

發布時間:2023/12/20 60 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux命令里的xz是干嘛的,Ubuntu中的xz命令使用 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

今天拿到一個包,后綴名為:xz

經查詢,用xz-utils中的xz命令可以對其進行解壓。

在Ubuntu-11.04下面進行如下操作:

# aptitude search xz

得如下結果:

p xz-lzma - XZ-format compression utilities - compatibility commands

p xz-utils - XZ-format compression utilities

p xzdec - XZ-format compression utilities - tiny decompressors

p xzgv - Picture viewer for X with a thumbnail-based selector

p xzip - Interpreter of Infocom-format story-files

p xzoom - magnify part of X display, with real-time updates

于是安裝xz-utils

# sudo apt-get install xz-utils

完成后,查看幫助:

# xz --help

Usage: xz [OPTION]... [FILE]...

Compress or decompress FILEs in the .xz format.

-z, --compress force compression

-d, --decompress force decompression

-t, --test test compressed file integrity

-l, --list list information about .xz files

-k, --keep keep (don't delete) input files

-f, --force force overwrite of output file and (de)compress links

-c, --stdout write to standard output and don't delete input files

-0 ... -9 compression preset; default is 6; take compressor *and*

decompressor memory usage into account before using 7-9!

-e, --extreme try to improve compression ratio by using more CPU time;

does not affect decompressor memory requirements

-q, --quiet suppress warnings; specify twice to suppress errors too

-v, --verbose be verbose; specify twice for even more verbose

-h, --help display this short help and exit

-H, --long-help display the long help (lists also the advanced options)

-V, --version display the version number and exit

With no FILE, or when FILE is -, read standard input.

Report bugs to (in English or Finnish).

XZ Utils home page:

最后根據幫助信息解壓此文件。

總結

以上是生活随笔為你收集整理的linux命令里的xz是干嘛的,Ubuntu中的xz命令使用的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。