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

Last updated: July 03,2024

1. Install "python3-contextlib2" package

This tutorial shows how to install python3-contextlib2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-contextlib2

2. Uninstall "python3-contextlib2" package

This is a short guide on how to uninstall python3-contextlib2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-contextlib2
Priority: optional
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: contextlib2
Version: 0.5.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/c/contextlib2/python3-contextlib2_0.5.1-1_all.deb
Size: 9678
MD5sum: 6fe5a507e20c55509091acc1307af709
SHA1: 8bdccd99368afe9d98b0c70a4b0799815f5bee65
SHA256: 16cd8e8ad2421034c13037895c5fbabaf58f0b09ef4b379a40b96e315bb163da
Description-en: Backport and enhancements for the contextlib module - Python 3.x
contextlib2 is a backport of the standard library's contextlib module to
earlier Python versions.
.
It also serves as a real world proving ground for possible future
enhancements to the standard library version.
.
This package contains the Python 3.x module.
Description-md5: 7c51245809dc6c7977fd9c6adeff3c15
Homepage: http://contextlib2.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu