centos8 中安装texinfo wget -c https://ftp.gnu.org/gnu/texinfo/texinfo-6.6.tar.gz 002、 [root@localhost software]# tar -xzvf texinfo-6.6.tar.gz [root@localhost texinfo-6.6]# cd texinfo-6.6/[root@localhost texinfo-6.6]# ./configure [root@localhost texinfo-6.6]# make [root@localhost texin...