How to Install and Uninstall python3-traits Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "python3-traits" package

This guide let you learn how to install python3-traits on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-traits

2. Uninstall "python3-traits" package

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

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

3. Information about the python3-traits package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-traits
Priority: optional
Section: universe/python
Installed-Size: 1570
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-traits
Version: 4.5.0-1ubuntu2
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/python-traits/python3-traits_4.5.0-1ubuntu2_amd64.deb
Size: 241146
MD5sum: ff117ffeb1a4ecbbe71a554bbe5dc083
SHA1: 79e3b21859b6fb3d37eb2e89c5a5b3cb9b6d1c2f
SHA256: da7f258442827e074d5571ce4ac431863b86aa46a6ac3d4a662e36d5978bc160
Description-en: 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: 5808a2f409bfd6b10b15e164205e3764
Homepage: http://pypi.python.org/pypi/traits
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu