幽映每白日,清辉照衣裳。这篇文章主要讲述Linux From Scratch(LFS11.0)构建 LFS 系统 - Gzip-1.10相关的知识,希望能为你提供帮助。
Gzip 软件包包含压缩和解压缩文件的程序。
安装 Gzip解压软件包:
cd /sources
tar -xf gzip-1.10.tar.xz
cd gzip-1.10
编译、检查并安装 Gzip:
time { ./configure --prefix=/usr & & make & & make check & & make install; }
安装完成后清理工作:
cd ..
rm -rf gzip-1.10
公众号:Lucifer三思而后行
【Linux From Scratch(LFS11.0)构建 LFS 系统 - Gzip-1.10】
推荐阅读
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Gawk-5.1.0
- Linux From Scratch(LFS11.0)构建 LFS 系统 - GRUB-2.06
- Linux From Scratch(LFS11.0)使 LFS 系统可引导 - 使用 GRUB 设定引导过程
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Systemd-249
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Kbd-2.4.0
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Vim-8.2.3337
- Linux From Scratch(LFS11.0)收尾工作
- Linux From Scratch(LFS11.0)构建 LFS 系统 - MarkupSafe-2.0.1
- 使用WPBakery Page Builder将行保存为模板不起作用