How To Install texlive-pdfpc-movie on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pdfpc-movie on Fedora 36.
What is texlive-pdfpc-movie
This LaTeX2e package provides a command \pdfpcmovie for embedding (hyperlinking) movies in a way compatible with the PDF Presenter Console (pdfpc), a GPL2-licensed multi-monitor PDF presentation viewer application available on GitHub and shipped with some LINUX distributions such as Debian, Fedora, and Arch. The package depends on etoolbox, hyperref, and pgfkeys.
We can use yum or dnf to install texlive-pdfpc-movie on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pdfpc-movie.
Install texlive-pdfpc-movie 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-pdfpc-movie using dnf by running the following command:
sudo dnf -y install texlive-pdfpc-movie
Install texlive-pdfpc-movie 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-pdfpc-movie using yum by running the following command:
sudo yum -y install texlive-pdfpc-movie
How To Uninstall texlive-pdfpc-movie on Fedora 36
To uninstall only the texlive-pdfpc-movie package we can use the following command:
sudo dnf remove texlive-pdfpc-movie
texlive-pdfpc-movie Package Contents on Fedora 36
/usr/share/licenses/texlive-pdfpc-movie
/usr/share/licenses/texlive-pdfpc-movie/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/pdfpc-movie
/usr/share/texlive/texmf-dist/doc/latex/pdfpc-movie/README.md
/usr/share/texlive/texmf-dist/doc/latex/pdfpc-movie/pdfpc-movie-doc.pdf
/usr/share/texlive/texmf-dist/tex/latex/pdfpc-movie
/usr/share/texlive/texmf-dist/tex/latex/pdfpc-movie/pdfpc-movie.sty
References
Summary
In this tutorial we learn how to install texlive-pdfpc-movie on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).