How to Install and Uninstall python3-routes.noarch Package on Fedora 39

Last updated: October 01,2024

1. Install "python3-routes.noarch" package

Please follow the step by step instructions below to install python3-routes.noarch on Fedora 39

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

2. Uninstall "python3-routes.noarch" package

This tutorial shows how to uninstall python3-routes.noarch on Fedora 39:

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

3. Information about the python3-routes.noarch package on Fedora 39

Last metadata expiration check: 5:27:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-routes
Version : 2.5.1
Release : 7.fc39
Architecture : noarch
Size : 210 k
Source : python-routes-2.5.1-7.fc39.src.rpm
Repository : fedora
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.