How To Install texlive-exframe on Fedora 36
Introduction
In this tutorial we learn how to install texlive-exframe
on Fedora 36.
What is texlive-exframe
This LaTeX2e package provides a general purpose framework to describe and typeset exercises and exam questions along with their solutions. The package features mechanisms to hide or postpone solutions, to assign and handle points, to collect problems on exercise sheets, to store and use metadata, and to implement a consistent numbering. It also provides a very flexible interface for configuring and customising the formatting, layout, and representation of the exercise content.
We can use yum
or dnf
to install texlive-exframe
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-exframe.
Install texlive-exframe on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-exframe
using dnf
by running the following command:
sudo dnf -y install texlive-exframe
Install texlive-exframe on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-exframe
using yum
by running the following command:
sudo yum -y install texlive-exframe
How To Uninstall texlive-exframe on Fedora 36
To uninstall only the texlive-exframe
package we can use the following command:
sudo dnf remove texlive-exframe
texlive-exframe Package Contents on Fedora 36
/usr/share/licenses/texlive-exframe
/usr/share/licenses/texlive-exframe/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/exframe
/usr/share/texlive/texmf-dist/doc/latex/exframe/README.txt
/usr/share/texlive/texmf-dist/doc/latex/exframe/exframe.pdf
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfsamp.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfser01.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfser02.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfser03.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfseraa.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfserm.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfsermk.mak
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfsermk.sh
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfserpe.tex
/usr/share/texlive/texmf-dist/doc/latex/exframe/exfserpf.tex
/usr/share/texlive/texmf-dist/tex/latex/exframe
/usr/share/texlive/texmf-dist/tex/latex/exframe/exframe.sty
References
Summary
In this tutorial we learn how to install texlive-exframe
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).