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

Last updated: May 22,2024

1. Install "python3-venusian" package

This is a short guide on how to install python3-venusian on Kali Linux

$ sudo apt update $ sudo apt install python3-venusian

2. Uninstall "python3-venusian" package

Please follow the instructions below to uninstall python3-venusian on Kali Linux:

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

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

Package: python3-venusian
Source: python-venusian
Version: 3.1.0-1
Installed-Size: 64
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 17876
SHA256: fc602284a4b3872f7a00b1ea6d2886ecef4c62e08a471fa3673a979910b5c156
SHA1: b2fa2cf450da841cd762aa63f93fb69df50c8cd8
MD5sum: 48c2f0bbaa3980d1d7bfd3c1019efed2
Description: library for deferring decorator actions
Venusian is a library which allows framework authors to defer decorator
actions. Instead of taking actions when a function (or class) decorator is
executed at import time, you can defer the action usually taken by the
decorator until a separate "scan" phase.
.
This is the Python 3 version.
Description-md5:
Homepage: https://docs.pylonsproject.org/projects/venusian/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/python-venusian/python3-venusian_3.1.0-1_all.deb