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

Last updated: September 20,2024

1. Install "python3-certbot-nginx" package

This tutorial shows how to install python3-certbot-nginx on Kali Linux

$ sudo apt update $ sudo apt install python3-certbot-nginx

2. Uninstall "python3-certbot-nginx" package

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

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

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

Package: python3-certbot-nginx
Source: python-certbot-nginx
Version: 2.9.0-1
Installed-Size: 367
Maintainer: Debian Let's Encrypt
Architecture: all
Depends: certbot, nginx, python3-acme-abi-2 (>= 2.9), python3-certbot-abi-2 (>= 2.9), python3-acme, python3-certbot, python3-importlib-resources | python3-supported-min (>= 3.9), python3-openssl, python3-pkg-resources, python3-pyparsing, python3:any
Suggests: python-certbot-nginx-doc
Size: 64272
SHA256: 2604c4ebae9cec84080ee32dfe92eb52abbe83af0bd81c8c29975601788f70cd
SHA1: 7b442123b354f9fcfe7bc69f9800fc16879dd566
MD5sum: 5e63367b89e2a7553e8ac2b44ef9ec5c
Description: Nginx plugin for Certbot
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 Nginx plugin to the main application.
Description-md5:
Homepage: https://letsencrypt.org/
Section: python
Priority: optional
Filename: pool/main/p/python-certbot-nginx/python3-certbot-nginx_2.9.0-1_all.deb