软件包管理

编译、链接

概念

make makefile

Tarball

概念

原理


gzip file.txt   # 压缩
gzip -k9 file.txt   # 压缩级别为9,压缩并保留文件 
gzip -d file.txt   # 解压