How To Install texlive-texconfig.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-texconfig.noarch in Amazon Linux 2. texlive-texconfig.noarch is texconfig package
Introduction
In this tutorial we learn how to install texlive-texconfig.noarch on Amazon Linux 2.
What is texlive-texconfig.noarch
texconfig package
We can use yum to install texlive-texconfig.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-texconfig.noarch.
Install texlive-texconfig.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-texconfig.noarch using yum by running the following command:
sudo yum -y install texlive-texconfig.noarch
How To Uninstall texlive-texconfig.noarch on Amazon Linux 2
To uninstall only the texlive-texconfig.noarch package we can use the following command:
sudo yum remove texlive-texconfig.noarch
texlive-texconfig.noarch Package Contents on Amazon Linux 2
/usr/share/man/man1/texconfig-sys.1.gz
/usr/share/man/man1/texconfig.1.gz
/usr/share/texlive/texmf/scripts/tetex/texconfig.sh
/usr/share/texlive/texmf/texconfig/README
/usr/share/texlive/texmf/texconfig/g/generic
/usr/share/texlive/texmf/texconfig/tcfmgr
/usr/share/texlive/texmf/texconfig/tcfmgr.map
/usr/share/texlive/texmf/texconfig/v/vt100
/usr/share/texlive/texmf/texconfig/x/xterm
References
Summary
In this tutorial we learn how to install texlive-texconfig.noarch on Amazon Linux 2 using yum.