How to Install and Uninstall python3-routes Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-routes" package

Please follow the guidelines below to install python3-routes on Kali Linux

$ sudo apt update $ sudo apt install python3-routes

2. Uninstall "python3-routes" package

This is a short guide on how to uninstall python3-routes on Kali Linux:

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

3. Information about the python3-routes package on Kali Linux

Package: python3-routes
Source: routes
Version: 2.5.1-3
Installed-Size: 668
Maintainer: Piotr Ożarowski
Architecture: all
Depends: python3-repoze.lru, python3-six, python3:any, libjs-sphinxdoc (>= 4.3), python3-pkg-resources
Recommends: python3-webob
Suggests: python3-paste
Size: 98120
SHA256: 9479b6b1afd32076b02d00a8381f4cefc74e53258ccb2fff8f4dcf3265fd5126
SHA1: 76af029de0fe326d8e48abe807f4297e7cc1a297
MD5sum: 56fb5ada67df0cdc775e91fca2ba1921
Description: 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:
Homepage: https://routes.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/r/routes/python3-routes_2.5.1-3_all.deb