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

Last updated: July 05,2024

1. Install "python-traits" package

Please follow the step by step instructions below to install python-traits on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-traits

2. Uninstall "python-traits" package

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

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

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

Package: python-traits
Priority: optional
Section: universe/python
Installed-Size: 1572
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 4.5.0-1ubuntu2
Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Suggests: python-traitsui
Filename: pool/universe/p/python-traits/python-traits_4.5.0-1ubuntu2_amd64.deb
Size: 241910
MD5sum: 1c65d340cb8ca8a1aa2a993ea946b4ac
SHA1: 85edb7165085b9576d61d8f36166d17bf8ebc563
SHA256: a861992150a7d798734e45f45b3a34029fbd9115895276e6fd02b06a20518373
Description-en: Manifest typing and reactive programming for Python (Python 2)
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 2 version of the package.
Description-md5: cc8f1ba4ed4998ac3cc0e0f9f703ddbd
Homepage: http://pypi.python.org/pypi/traits
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu