0x00
今天做LFS时提示makeinfo command not found,直接使用以前提到过的方法,yum provides xxx,一步搞定。
[root@localhost ~]# yum provides makeinfo
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.jdcloud.com
* extras: mirror.jdcloud.com
* updates: mirror.jdcloud.com
updates/7/x86_64/filelists_db | 4.0 MB 00:00:03
texinfo-5.1-5.el7.x86_64 : Tools needed to create Texinfo format documentation files
Repo : base
Matched from:
Filename : /usr/bin/makeinfo
texinfo-5.1-5.el7.x86_64 : Tools needed to create Texinfo format documentation files
Repo : @base
Matched from:
Filename : /usr/bin/makeinfo
之后yum install texinfo即可。在Debian和Ubuntu下也是这个包texinfo,直接sudo apt-get install texinfo即可。