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

Last updated: May 05,2024

1. Install "python3-deprecation" package

This guide covers the steps necessary to install python3-deprecation on Kali Linux

$ sudo apt update $ sudo apt install python3-deprecation

2. Uninstall "python3-deprecation" package

Here is a brief guide to show you how to uninstall python3-deprecation on Kali Linux:

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

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

Package: python3-deprecation
Source: python-deprecation
Version: 2.1.0-3
Installed-Size: 41
Maintainer: Debian Python Team ,
Architecture: all
Depends: python3-packaging, python3:any
Size: 14488
SHA256: 1d85dbe947f15c1e575d31d270a028e603bac3044d0971acad7b79ea4c5bf783
SHA1: 88e4abef0c624704f6ec006cd9fbd549842a10a2
MD5sum: bd8f307a771852fe6ef3ffb5cf6ed45c
Description: Library to handle automated deprecations
Deprecation is a library that enables automated deprecations.
.
It offers the deprecated() decorator to wrap functions, providing proper
warnings both in documentation and via Python’s warnings system, as well as
the deprecation.fail_if_not_removed() decorator for test methods to ensure
that deprecated code is eventually removed.
Description-md5:
Homepage: https://github.com/briancurtin/deprecation
Section: python
Priority: optional
Filename: pool/main/p/python-deprecation/python3-deprecation_2.1.0-3_all.deb