How To Install python3-git-changelog on Fedora 36

In this tutorial we learn how to install python3-git-changelog in Fedora 36. python3-git-changelog is Automatic Changelog generator using Jinja2 templates

Introduction

In this tutorial we learn how to install python3-git-changelog on Fedora 36.

What is python3-git-changelog

Automatic Changelog generator using Jinja2 templates From git logs to change logs This is a general software development utility.

We can use yum or dnf to install python3-git-changelog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-git-changelog.

Install python3-git-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 python3-git-changelog using dnf by running the following command:

sudo dnf -y install python3-git-changelog

Install python3-git-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 python3-git-changelog using yum by running the following command:

sudo yum -y install python3-git-changelog

How To Uninstall python3-git-changelog on Fedora 36

To uninstall only the python3-git-changelog package we can use the following command:

sudo dnf remove python3-git-changelog

python3-git-changelog Package Contents on Fedora 36

/usr/bin/git-changelog
/usr/lib/python3.10/site-packages/git_changelog
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/git_changelog-0.4.2.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/git_changelog/__init__.py
/usr/lib/python3.10/site-packages/git_changelog/__main__.py
/usr/lib/python3.10/site-packages/git_changelog/__pycache__
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/build.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/build.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/commit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/commit.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/providers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/__pycache__/providers.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/build.py
/usr/lib/python3.10/site-packages/git_changelog/cli.py
/usr/lib/python3.10/site-packages/git_changelog/commit.py
/usr/lib/python3.10/site-packages/git_changelog/providers.py
/usr/lib/python3.10/site-packages/git_changelog/templates
/usr/lib/python3.10/site-packages/git_changelog/templates/__init__.py
/usr/lib/python3.10/site-packages/git_changelog/templates/__pycache__
/usr/lib/python3.10/site-packages/git_changelog/templates/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/git_changelog/templates/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/git_changelog/templates/angular
/usr/lib/python3.10/site-packages/git_changelog/templates/angular/changelog.md
/usr/lib/python3.10/site-packages/git_changelog/templates/angular/commit.md
/usr/lib/python3.10/site-packages/git_changelog/templates/angular/section.md
/usr/lib/python3.10/site-packages/git_changelog/templates/angular/version.md
/usr/lib/python3.10/site-packages/git_changelog/templates/keepachangelog
/usr/lib/python3.10/site-packages/git_changelog/templates/keepachangelog/changelog.md
/usr/lib/python3.10/site-packages/git_changelog/templates/keepachangelog/commit.md
/usr/lib/python3.10/site-packages/git_changelog/templates/keepachangelog/section.md
/usr/lib/python3.10/site-packages/git_changelog/templates/keepachangelog/version.md
/usr/share/doc/python3-git-changelog
/usr/share/doc/python3-git-changelog/CHANGELOG.md
/usr/share/doc/python3-git-changelog/CODE_OF_CONDUCT.md
/usr/share/doc/python3-git-changelog/CONTRIBUTING.md
/usr/share/doc/python3-git-changelog/CREDITS.md
/usr/share/doc/python3-git-changelog/README.md
/usr/share/licenses/python3-git-changelog
/usr/share/licenses/python3-git-changelog/LICENSE
/usr/share/man/man1/git-changelog.1.gz

References

Summary

In this tutorial we learn how to install python3-git-changelog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).