亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述Linux From Scratch(LFS11.0)构建 LFS 系统 - Grep-3.7相关的知识,希望能为你提供帮助。
Grep 软件包包含在文件内容中进行搜索的程序。
安装 Grep解压软件包:
【Linux From Scratch(LFS11.0)构建 LFS 系统 - Grep-3.7】
cd /sources
tar xf grep-3.7.tar.xz
cd grep-3.7
编译、检查并安装 Grep:
time { ./configure --prefix=/usr & & make & & make check & & make install; }
安装完成后清理工作:
cd ..
rm -rf grep-3.7
本次分享到此结束啦~
关注公众号:Lucifer三思而后行
推荐阅读
- Linux From Scratch(LFS11.0)构建 LFS 系统 - GCC-11.2.0
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Pkg-config-0.29.2
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Bison-3.7.6
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Ncurses-6.2
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Psmisc-23.4
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Gettext-0.21
- Linux From Scratch(LFS11.0)构建 LFS 系统 - Elfutils-0.185 中的 Libelf
- docker-compose安装nexus3
- Centos8安装java部署环境