001、
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 texinfo-6.6]# make install
003、測試安裝效果
[root@localhost texinfo-6.6]# makeinfo --version ### 檢視版本資訊 texi2any (GNU texinfo) 6.6 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
返回版本資訊,說明安裝成功。