How To Install texlive-changelog on Fedora 36
Introduction
In this tutorial we learn how to install texlive-changelog
on Fedora 36.
What is texlive-changelog
This package provides a changelog environment (which itself provides a version environment) to represent a changelog. The package supports multiple authors, unreleased changes, and yanked (revoked) releases. Inspired by keepachangelog.com.
We can use yum
or dnf
to install texlive-changelog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-changelog.
Install texlive-changelog 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-changelog
using dnf
by running the following command:
sudo dnf -y install texlive-changelog
Install texlive-changelog 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-changelog
using yum
by running the following command:
sudo yum -y install texlive-changelog
How To Uninstall texlive-changelog on Fedora 36
To uninstall only the texlive-changelog
package we can use the following command:
sudo dnf remove texlive-changelog
texlive-changelog Package Contents on Fedora 36
/usr/share/licenses/texlive-changelog
/usr/share/licenses/texlive-changelog/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/changelog
/usr/share/texlive/texmf-dist/doc/latex/changelog/LICENSE.txt
/usr/share/texlive/texmf-dist/doc/latex/changelog/README.md
/usr/share/texlive/texmf-dist/doc/latex/changelog/changelog.pdf
/usr/share/texlive/texmf-dist/doc/latex/changelog/changelog.tex
/usr/share/texlive/texmf-dist/doc/latex/changelog/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/changelog/example.tex
/usr/share/texlive/texmf-dist/doc/latex/changelog/screenshot.png
/usr/share/texlive/texmf-dist/tex/latex/changelog
/usr/share/texlive/texmf-dist/tex/latex/changelog/changelog.sty
References
Summary
In this tutorial we learn how to install texlive-changelog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).