How to Install and Uninstall python3-routes Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-routes" package

Please follow the steps below to install python3-routes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-routes

2. Uninstall "python3-routes" package

This guide covers the steps necessary to uninstall python3-routes on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-routes package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-routes
Priority: optional
Section: universe/python
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: routes
Version: 2.2-1ubuntu2
Depends: python3-repoze.lru, python3-six, python3:any (>= 3.3.2-2~), python3-pkg-resources
Recommends: python3-webob
Suggests: python3-paste
Filename: pool/universe/r/routes/python3-routes_2.2-1ubuntu2_all.deb
Size: 28046
MD5sum: c14909f3dee71dd687a26109cd47792a
SHA1: 193a9bc4d279e4b02b0b7d37d8185bb1dd0f00c2
SHA256: 6218048d62a75baa99e2ceee85e82fdfb8b144e71529a185369a50ec4d1ee158
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
Homepage: http://routes.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu