How to Install and Uninstall certbot Package on Kali Linux

Last updated: May 13,2024

1. Install "certbot" package

This guide covers the steps necessary to install certbot on Kali Linux

$ sudo apt update $ sudo apt install certbot

2. Uninstall "certbot" package

Please follow the instructions below to uninstall certbot on Kali Linux:

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

3. Information about the certbot package on Kali Linux

Package: certbot
Source: python-certbot
Version: 2.9.0-1
Installed-Size: 164
Maintainer: Debian Let's Encrypt
Architecture: all
Replaces: letsencrypt
Provides: letsencrypt
Depends: python3-certbot (= 2.9.0-1), debconf (>= 0.5) | debconf-2.0, python3:any
Suggests: python-certbot-doc, python3-certbot-apache, python3-certbot-nginx
Size: 126084
SHA256: 30290e7a67efaa493f6e1be505b0430b3bb51cfa8ef448aa6a8e856e4ded92c7
SHA1: 780c54b74c7ce2c5c430c579915bf5d2f69f0ead
MD5sum: 95dee225eb7af8ae99d0eb53f7f5b8df
Description: automatically configure HTTPS using Let's Encrypt
The objective of Certbot, Let's Encrypt, 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 application, including the standalone
and the manual authenticators.
Description-md5:
Homepage: https://certbot.eff.org/
Section: web
Priority: optional
Filename: pool/main/p/python-certbot/certbot_2.9.0-1_all.deb