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

Last updated: May 21,2024

1. Install "python3-certbot" package

Please follow the instructions below to install python3-certbot on Kali Linux

$ sudo apt update $ sudo apt install python3-certbot

2. Uninstall "python3-certbot" package

Please follow the guidelines below to uninstall python3-certbot on Kali Linux:

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

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

Package: python3-certbot
Source: python-certbot
Version: 2.9.0-1
Installed-Size: 1597
Maintainer: Debian Let's Encrypt
Architecture: all
Replaces: python-letsencrypt
Provides: python3-certbot-abi-2 (= 2.9)
Depends: python3-acme-abi-2 (>= 2.9), python3-requests, python3-acme, python3-configargparse, python3-configobj, python3-cryptography (>= 3.2.1), python3-distro, python3-importlib-metadata | python3-supported-min (>= 3.10), python3-importlib-resources | python3-supported-min (>= 3.9), python3-josepy (>= 1.13.0~), python3-parsedatetime (>= 2.4), python3-pkg-resources, python3-rfc3339, python3-tz (>= 2019.3), python3:any
Recommends: certbot
Suggests: python-certbot-doc
Breaks: python-letsencrypt (<= 0.6.0)
Size: 297368
SHA256: 8968e660307e8c5510a62e63cbb53c9b6633b9bea1d2e81d228e64dc5a699bd1
SHA1: 7b4eb0c8a47639ccee9e3a26d10d082f8731ff70
MD5sum: 9e308fb7ed37caecb9bb714df43e6b47
Description: main library for certbot
The objective of Certbot, Let's Enc
rypt, and the ACME (Automated
Certificate Management Environment) protocol is to make it possible
to set up an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This is
accomplished by running a certificate management agent on the web
server.
.
This agent is used to:
.
- Automatically prove to the Let's Encrypt CA that you control the website
- Obtain a browser-trusted certificate and set it up on your web server
- Keep track of when your certificate is going to expire, and renew it
- Help you revoke the certificate if that ever becomes necessary.
.
This package contains the main libraries.
Description-md5:
Homepage: https://certbot.eff.org/
Section: python
Priority: optional
Filename: pool/main/p/python-certbot/python3-certbot_2.9.0-1_all.deb