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

Last updated: October 06,2024

1. Install "python3-routes.noarch" package

This is a short guide on how to install python3-routes.noarch on Fedora 34

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

2. Uninstall "python3-routes.noarch" package

Please follow the guidance below to uninstall python3-routes.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:06:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-routes
Version : 2.4.1
Release : 16.fc34
Architecture : noarch
Size : 192 k
Source : python-routes-2.4.1-16.fc34.src.rpm
Repository : fedora
Summary : Rails-like routes for Python3
URL : http://routes.groovie.org/
License : BSD
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.
:
: This package contains the module built for python3.