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

Last updated: May 22,2024

1. Install "python-certifi" package

This tutorial shows how to install python-certifi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-certifi

2. Uninstall "python-certifi" package

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

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

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

Package: python-certifi
Priority: optional
Section: universe/python
Installed-Size: 709
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Delafond
Architecture: all
Version: 2015.11.20.1-2
Depends: python (>= 2.7), python (<< 2.8), ca-certificates
Filename: pool/universe/p/python-certifi/python-certifi_2015.11.20.1-2_all.deb
Size: 172968
MD5sum: 760985befd8570b30f5ae928862fa8ff
SHA1: 8708b547156ea43fb40a969bbd5c6469d764ed7b
SHA256: b4c7ac740e809aa07b4a89f19f7a14876fdc5bbc2094cae0aa49c01e28909275
Description-en: root certificates for validating SSL certs and verifying TLS hosts
Certifi is a carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying
the identity of TLS hosts. It has been extracted from the Requests
project.
.
The version of certifi in this Debian package is patched to return
the location of Debian-provided CA certificates, instead of those
packaged by upstream.
Description-md5: 1a6559f59621fc9d20c8f747b1ec2d14
Homepage: https://certifi.io/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu