How To Install texlive-dvdcoll on Fedora 36
Introduction
In this tutorial we learn how to install texlive-dvdcoll on Fedora 36.
What is texlive-dvdcoll
Having lost the overview of my DVD archives, I simply could not remember if I already recorded the documentary running on TV that day. I chose to recreate the index using LaTeX aim was a hyperlinked and fully searchable PDF-document, listing my DVDs with all titles, lengths and so on. Further requirements were support for seasons of tv series and a list with all faulty or missing programs for rerecording. The dvdcoll class supports all these requirements. dvdcoll.cls follows the structure
. As a result, the class is not limited to DVDs–you can of course typeset archives of CD-ROMs, Audio-CDs and so on. Supported languages at the moment Portuguese, Spanish. Some help is needed for other languages!
We can use yum or dnf to install texlive-dvdcoll on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dvdcoll.
Install texlive-dvdcoll 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-dvdcoll using dnf by running the following command:
sudo dnf -y install texlive-dvdcoll
Install texlive-dvdcoll 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-dvdcoll using yum by running the following command:
sudo yum -y install texlive-dvdcoll
How To Uninstall texlive-dvdcoll on Fedora 36
To uninstall only the texlive-dvdcoll package we can use the following command:
sudo dnf remove texlive-dvdcoll
texlive-dvdcoll Package Contents on Fedora 36
/usr/share/licenses/texlive-dvdcoll
/usr/share/licenses/texlive-dvdcoll/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/dvdcoll
/usr/share/texlive/texmf-dist/bibtex/bst/dvdcoll/dcbib.bst
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/UKenglish.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/USenglish.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/acadian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/american.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/australian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/austrian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/brazil.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/brazilian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/british.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/canadian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/canadien.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/english.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/francais.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/french.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/frenchb.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/german.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/germanb.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/italian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/naustrian.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/newzealand.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/ngerman.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/polish.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/portuges.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/portuguese.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcl/spanish.dcl
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dcwrtbib.sty
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/dvdcoll.cls
/usr/share/texlive/texmf-dist/tex/latex/dvdcoll/pdfnotiz.sty
References
Summary
In this tutorial we learn how to install texlive-dvdcoll on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).