How to Install and Uninstall python3-truststore Package on Kali Linux

Last updated: June 29,2024

1. Install "python3-truststore" package

In this section, we are going to explain the necessary steps to install python3-truststore on Kali Linux

$ sudo apt update $ sudo apt install python3-truststore

2. Uninstall "python3-truststore" package

Please follow the guidance below to uninstall python3-truststore on Kali Linux:

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

3. Information about the python3-truststore package on Kali Linux

Package: python3-truststore
Source: python-truststore
Version: 0.8.0-2
Installed-Size: 78
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 16124
SHA256: 7c143e12eca110ba724b304d5a8951e89f2bd703a125d9946b761abd2745419b
SHA1: f8815420fc749025c2a4f6b3ad20c5e292e70b5f
MD5sum: 8ac9a689e11605f51d7153e393e8654e
Description: Python Library to verify certificates using native system trust stores
Truststore is a library which exposes native system certificate stores (ie
"trust stores") through an `ssl.SSLContext`-like API. This means that Python
applications no longer need to rely on certifi as a root certificate store.
.
Long-term the hope is to make truststore the default way to verify HTTPS
certificates in pip and to add this functionality into Python itself.
Description-md5:
Homepage: https://truststore.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-truststore/python3-truststore_0.8.0-2_all.deb

5. The same packages on other Linux Distributions