How To Install texlive-ifmtarg.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-ifmtarg.noarch in Amazon Linux 2. texlive-ifmtarg.noarch is If-then-else command for processing potentially empty arguments
Introduction
In this tutorial we learn how to install texlive-ifmtarg.noarch on Amazon Linux 2.
What is texlive-ifmtarg.noarch
ifmtarg package date
We can use yum to install texlive-ifmtarg.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ifmtarg.noarch.
Install texlive-ifmtarg.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-ifmtarg.noarch using yum by running the following command:
sudo yum -y install texlive-ifmtarg.noarch
How To Uninstall texlive-ifmtarg.noarch on Amazon Linux 2
To uninstall only the texlive-ifmtarg.noarch package we can use the following command:
sudo yum remove texlive-ifmtarg.noarch
texlive-ifmtarg.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-ifmtarg-svn19363.1.2a
/usr/share/doc/texlive-ifmtarg-svn19363.1.2a/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ifmtarg/ifmtarg.sty
References
Summary
In this tutorial we learn how to install texlive-ifmtarg.noarch on Amazon Linux 2 using yum.