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

Last updated: May 14,2024

1. Install "python-routes" package

Please follow the step by step instructions below to install python-routes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-routes

2. Uninstall "python-routes" package

Please follow the guidelines below to uninstall python-routes on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-routes
Priority: optional
Section: python
Installed-Size: 609
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Architecture: all
Source: routes
Version: 2.2-1ubuntu2
Depends: python-repoze.lru, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0), python-pkg-resources
Recommends: python-webob
Suggests: python-paste
Filename: pool/main/r/routes/python-routes_2.2-1ubuntu2_all.deb
Size: 85386
MD5sum: a5a2d6f81a4fae348e37e98c2fbbb365
SHA1: 2cf22c284e41bbd04c8d96852dbca005f767ed67
SHA256: b1e8e726bdda0f939820327f999a77bb06045a22ce194956eda9ba17119d6d0e
Description-en: Routing Recognition and Generation Tools
Routes is a Python 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: 45abc514e189963c194e67064297bc3f
Homepage: http://routes.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: edubuntu-desktop-gnome