How To Install texlive-framed.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-framed.noarch on Amazon Linux 2.
What is texlive-framed.noarch
The package creates three environments ordinary frame box around the region, - shaded, which shades the region, and - leftbar, which places a line at the left side. The environments allow a break at their start (the \FrameCommand enables creation of a title that is “attached” to the environment); breaks are also allowed in the course of the framed/shaded matter. There is also a command \MakeFramed to make your own framed-style environments. date
We can use yum to install texlive-framed.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-framed.noarch.
Install texlive-framed.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-framed.noarch using yum by running the following command:
sudo yum -y install texlive-framed.noarch
How To Uninstall texlive-framed.noarch on Amazon Linux 2
To uninstall only the texlive-framed.noarch package we can use the following command:
sudo yum remove texlive-framed.noarch
texlive-framed.noarch Package Contents on Amazon Linux 2
/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty
References
Summary
In this tutorial we learn how to install texlive-framed.noarch on Amazon Linux 2 using yum.