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

Last updated: May 20,2024

1. Install "python-traitlets" package

This is a short guide on how to install python-traitlets on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-traitlets

2. Uninstall "python-traitlets" package

Learn how to uninstall python-traitlets on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-traitlets
Priority: optional
Section: universe/python
Installed-Size: 240
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: traitlets
Version: 4.0.0-1
Depends: python-decorator, python-ipython-genutils, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/t/traitlets/python-traitlets_4.0.0-1_all.deb
Size: 44550
MD5sum: 9f2553ef720988b6841754ebc081b6aa
SHA1: 659ff056e46be3821cb211c7669a8f4085f524d6
SHA256: bb580ddbc6c1c0d86e81ab180bd598134de6c016a5207f0fd550237521c15b86
Description-en: Lightweight Traits-like package for Python 2
A lightweight pure-Python derivative of Enthought Traits, used
for configuring Python objects.
.
It powers the config system of IPython and Jupyter.
.
This package contains the library for Python 2.
Description-md5: 2733dafedfe7fae0ef1d9dac77ee2169
Homepage: https://github.com/ipython/traitlets
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu