How To Install trac-tracnav-plugin on Fedora 36

In this tutorial we learn how to install trac-tracnav-plugin in Fedora 36. trac-tracnav-plugin is Navigation Bar for Trac

Introduction

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

What is trac-tracnav-plugin

The TracNav macro implements a fully customizable navigation bar for the Trac wiki engine. The contents of the navigation bar is a wiki page itself and can be edited like any other wiki page through the web interface. The navigation bar supports hierarchical ordering of topics. The design of TracNav mimics the design of the TracGuideToc that was originally supplied with Trac.

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

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

sudo dnf -y install trac-tracnav-plugin

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

sudo yum -y install trac-tracnav-plugin

How To Uninstall trac-tracnav-plugin on Fedora 36

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

sudo dnf remove trac-tracnav-plugin

trac-tracnav-plugin Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/TracNav-4.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/tracnav
/usr/lib/python3.10/site-packages/tracnav/.gitignore
/usr/lib/python3.10/site-packages/tracnav/__init__.py
/usr/lib/python3.10/site-packages/tracnav/__pycache__
/usr/lib/python3.10/site-packages/tracnav/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracnav/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracnav/__pycache__/tracnav.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tracnav/__pycache__/tracnav.cpython-310.pyc
/usr/lib/python3.10/site-packages/tracnav/htdocs
/usr/lib/python3.10/site-packages/tracnav/htdocs/css
/usr/lib/python3.10/site-packages/tracnav/htdocs/css/tracnav.css
/usr/lib/python3.10/site-packages/tracnav/tracnav.py
/usr/share/doc/trac-tracnav-plugin
/usr/share/doc/trac-tracnav-plugin/README.md
/usr/share/licenses/trac-tracnav-plugin
/usr/share/licenses/trac-tracnav-plugin/COPYING

References

Summary

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