How To Install texlive-beamerappendixnote on Fedora 36
Introduction
In this tutorial we learn how to install texlive-beamerappendixnote on Fedora 36.
What is texlive-beamerappendixnote
This package introduces the \appxnote command, which puts the note’s content on a separate beamer frame shown by the command \printappxnotes. It also creates interactive buttons to move back and forth between the two frames.
We can use yum or dnf to install texlive-beamerappendixnote on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-beamerappendixnote.
Install texlive-beamerappendixnote 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-beamerappendixnote using dnf by running the following command:
sudo dnf -y install texlive-beamerappendixnote
Install texlive-beamerappendixnote 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-beamerappendixnote using yum by running the following command:
sudo yum -y install texlive-beamerappendixnote
How To Uninstall texlive-beamerappendixnote on Fedora 36
To uninstall only the texlive-beamerappendixnote package we can use the following command:
sudo dnf remove texlive-beamerappendixnote
texlive-beamerappendixnote Package Contents on Fedora 36
/usr/share/licenses/texlive-beamerappendixnote
/usr/share/licenses/texlive-beamerappendixnote/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/README.md
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/build.sh
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-backtop.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-backtop.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-longnote.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerappendixnote/example-longnote.tex
/usr/share/texlive/texmf-dist/tex/latex/beamerappendixnote
/usr/share/texlive/texmf-dist/tex/latex/beamerappendixnote/beamerappendixnote.sty
References
Summary
In this tutorial we learn how to install texlive-beamerappendixnote on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).