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

Last updated: May 19,2024

1. Install "python3-traits" package

This tutorial shows how to install python3-traits on Kali Linux

$ sudo apt update $ sudo apt install python3-traits

2. Uninstall "python3-traits" package

Please follow the guidelines below to uninstall python3-traits on Kali Linux:

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

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

Package: python3-traits
Source: python-traits (6.3.2-1)
Version: 6.3.2-1+b4
Installed-Size: 6720
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 4816628
SHA256: 7a5ee76024f687e28513ae7e48c11e83a0d32651e268f855cdc314961212164e
SHA1: 20af607cc3a2f82d59512d2b40d3c871a02e20db
MD5sum: 3e67545c5f836324fd44127071b77084
Description: Manifest typing and reactive programming for Python (Python 3)
The traits package provides a metaclass with special attributes that
are called traits. A trait is a type definition that can be used for
normal Python object attributes, giving the attributes some
additional characteristics:
* Initialization: A trait attribute can have a default value
* Validation: A trait attribute is manifestly typed.
* Delegation: The value of a trait attribute can be contained in another
object
* Notification: Setting the value of a trait attribute can fired
callbacks
* Visualization: With the TraitsUI package, GUIs can be generated
automatically from traited objects.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pypi.python.org/pypi/traits
Section: python
Priority: optional
Filename: pool/main/p/python-traits/python3-traits_6.3.2-1+b4_amd64.deb