How to Install and Uninstall python3-routes Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-routes" package

Learn how to install python3-routes on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-routes

2. Uninstall "python3-routes" package

Here is a brief guide to show you how to uninstall python3-routes on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-routes $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-routes package on Ubuntu 21.10 (Impish Indri)

Package: python3-routes
Architecture: all
Version: 2.5.1-1
Priority: optional
Section: python
Source: routes
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 654
Depends: python3-repoze.lru, python3-six, python3:any, libjs-sphinxdoc (>= 2.4.3-5~), python3-pkg-resources
Recommends: python3-webob
Suggests: python3-paste
Filename: pool/main/r/routes/python3-routes_2.5.1-1_all.deb
Size: 86684
MD5sum: 082c53a41db44678b97a3671e141c8c3
SHA1: 3d59c130f1eec2f814891701316ff99a86eee949
SHA256: 06c13ddae226ab5c2213145c321b5bc39e0aaf7e98a75c2d22a550beb39a230f
SHA512: ca6e120a419facd598152b7907426e47ada87833b5fee8981114d521752c56118ca3933d72141e2cf21bd17473c978611eb2015a58b06c679323a8f9f28ab206
Homepage: https://routes.readthedocs.io/
Description-en: Routing Recognition and Generation Tools for Python 3
Routes is a Python 3 re-implementation of the Rails routes system for mapping
URLs to Controllers/Actions and generating URLs. Routes makes it easy to
create pretty and concise URLs that are RESTful with little effort.
.
Speedy and dynamic URL generation means you get a URL with minimal cruft (no
big dangling query args). Shortcut features like Named Routes cut down on
repetitive typing.
.
Current features:
* Named Routes
* Sophisticated Route lookup and URL generation
* Wildcard path's before and after static parts
* Groupings syntax to allow flexible URLs to accommodate almost any need
* Sub-domain support built-in
* Conditional matching based on domain, cookies, HTTP method (RESTful), and
more
* Easily extensible utilizing custom condition functions and route generation
functions
* Extensive unit tests
Description-md5: a41bdd6dd21cf7256ece550225f4077c
Task: ubuntustudio-publishing