[Share Experiences] 老铁常用哪个Linux压缩软件呢?
Tofloor
poster avatar
正直笔尖
deepin
2022-02-04 16:51
Author

windows的压缩软件格式一般为zip,rar,7zip等,而linux下的压缩软件也有许多,比如zip,bz2,gz,Z,xz等。

所有压缩中,xz是最新的,压缩比也是最大的。但是常用的还是gz。

老铁常用那个linux压缩软件呢?

3fe9e2dc2a40629fcae93d92471349cc.jpg

68a80025aba3ff99bbaee2e05c42a053.jpg

3da7e658102c72d365de34ed1cf60901.jpg

Reply Favorite View the author
All Replies
Barry-okx
Junior Packager
2022-02-04 20:14
#1

tgz

Reply View the author
jjcui8595
deepin
2022-02-04 21:23
#2

系统自带的

Reply View the author
hyjiao
deepin
2022-02-05 02:06
#3

Deepin自带的不好吗?为什么要用别的?

Reply View the author
0
deepin
2022-02-05 03:09
#4

我觉得Deepin自带的更安全无广告。

Reply View the author
安洛
deepin
2022-02-05 04:03
#5

你到底想问的是软件,还是软件格式?

Reply View the author
gshun
deepin
2022-02-05 21:11
#6

除了自带,可以试试7zip的linux版,https://sourceforge.net/projects/sevenzip/files/7-Zip/,找最新文件夹里的linux-x64版的试试。

Reply View the author
cuijun1225
deepin
2022-02-05 23:08
#7

用自带的,格式用ZIP,各系统都能用

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-02-06 07:24
#8

深度压缩逐渐从废物转向可用之后就一直用了,还算比较舒服,主要是Dtk的风格比较统一

有时候玄学打不开可以用360压缩,有的7z都没办法的这奇葩东西可以打开

Reply View the author
andktan
deepin
2022-02-06 19:11
#9

系统带啥咱用啥tail

Reply View the author
callcz
deepin
2022-02-07 05:21
#10

xz压缩率高但速度很慢占用内存非常大,记忆中-9参数压缩10多G文件会占用大约4~6G内存。

gz压缩率最低但速度很快占用少,压缩率gzip

这里不推荐bzip2压得慢而且压缩率也不比gz高多少。

PS.一般linux自带的tar和gzip压缩都不支持多线程,我平时喜欢用tar -I pigz 打包备份,pigz可以支持多线程,压缩超级快。

Reply View the author
从0开始
deepin
2022-02-22 02:32
#11

启动终端压缩成.zip格式,就喜欢它的快!

Reply View the author