How To Install texlive-adrconv on Fedora 36
Introduction
In this tutorial we learn how to install texlive-adrconv
on Fedora 36.
What is texlive-adrconv
The bundle provides a collection of BibTeX style files to turn an address database stored in the .bib format into files suitable for printing as address books or included into letter classes like akletter or scrletter2. The data may be sorted either by name or birthday and output provides files in various formats for address books or time planners.
We can use yum
or dnf
to install texlive-adrconv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-adrconv.
Install texlive-adrconv 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-adrconv
using dnf
by running the following command:
sudo dnf -y install texlive-adrconv
Install texlive-adrconv 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-adrconv
using yum
by running the following command:
sudo yum -y install texlive-adrconv
How To Uninstall texlive-adrconv on Fedora 36
To uninstall only the texlive-adrconv
package we can use the following command:
sudo dnf remove texlive-adrconv
texlive-adrconv Package Contents on Fedora 36
/usr/share/licenses/texlive-adrconv
/usr/share/licenses/texlive-adrconv/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/adrconv
/usr/share/texlive/texmf-dist/bibtex/bst/adrconv/adrbirthday.bst
/usr/share/texlive/texmf-dist/bibtex/bst/adrconv/adrconv.bst
/usr/share/texlive/texmf-dist/bibtex/bst/adrconv/adrfax.bst
/usr/share/texlive/texmf-dist/tex/latex/adrconv
/usr/share/texlive/texmf-dist/tex/latex/adrconv/adrdir.cfg
/usr/share/texlive/texmf-dist/tex/latex/adrconv/adrplaner.cfg
/usr/share/texlive/texmf-dist/tex/latex/adrconv/adrsmall.cfg
References
Summary
In this tutorial we learn how to install texlive-adrconv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).