How to Install and Uninstall python3-routes.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-routes.noarch" package

Please follow the step by step instructions below to install python3-routes.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-routes.noarch

2. Uninstall "python3-routes.noarch" package

This guide covers the steps necessary to uninstall python3-routes.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-routes.noarch $ sudo dnf autoremove

3. Information about the python3-routes.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:35:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-routes
Version : 2.5.1
Release : 5.el9
Architecture : noarch
Size : 188 k
Source : python-routes-2.5.1-5.el9.src.rpm
Repository : epel
Summary : Routing Recognition and Generation Tools
URL : https://github.com/bbangert/routes
License : MIT
Description : Routes is a Python re-implementation of the Rails routes system for mapping
: URL's to Controllers/Actions and generating URL's. Routes makes it easy to
: create pretty and concise URL's that are RESTful with little effort.