How To Install trac-monotone-plugin on Fedora 36

In this tutorial we learn how to install trac-monotone-plugin in Fedora 36. trac-monotone-plugin is Monotone version control plugin for Trac

Introduction

In this tutorial we learn how to install trac-monotone-plugin on Fedora 36.

What is trac-monotone-plugin

This Trac plugin provides support for the Monotone SCM.

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

Install trac-monotone-plugin 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 trac-monotone-plugin using dnf by running the following command:

sudo dnf -y install trac-monotone-plugin

Install trac-monotone-plugin 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 trac-monotone-plugin using yum by running the following command:

sudo yum -y install trac-monotone-plugin

How To Uninstall trac-monotone-plugin on Fedora 36

To uninstall only the trac-monotone-plugin package we can use the following command:

sudo dnf remove trac-monotone-plugin

trac-monotone-plugin Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info
/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/TracMonotone-0.0.15.dev20210704-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/tracmtn
/usr/lib/python3.10/site-packages/tracmtn/__init__.py
/usr/lib/python3.10/site-packages/tracmtn/__pycache__
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/automate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/automate.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/backend.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/backend.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/basic_io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/basic_io.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracmtn/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracmtn/automate.py
/usr/lib/python3.10/site-packages/tracmtn/backend.py
/usr/lib/python3.10/site-packages/tracmtn/basic_io.py
/usr/lib/python3.10/site-packages/tracmtn/cache.py
/usr/lib/python3.10/site-packages/tracmtn/util.py
/usr/share/doc/trac-monotone-plugin
/usr/share/doc/trac-monotone-plugin/README
/usr/share/licenses/trac-monotone-plugin
/usr/share/licenses/trac-monotone-plugin/COPYING

References

Summary

In this tutorial we learn how to install trac-monotone-plugin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).