How to Install and Uninstall uacme Package on Kali Linux

Last updated: April 29,2024

1. Install "uacme" package

Please follow the step by step instructions below to install uacme on Kali Linux

$ sudo apt update $ sudo apt install uacme

2. Uninstall "uacme" package

This is a short guide on how to uninstall uacme on Kali Linux:

$ sudo apt remove uacme $ sudo apt autoclean && sudo apt autoremove

3. Information about the uacme package on Kali Linux

Package: uacme
Version: 1.7.4-2
Installed-Size: 295
Maintainer: Nicola Di Lieto
Architecture: amd64
Depends: libc6 (>= 2.34), libcurl3-gnutls (>= 7.38), libev4 (>= 1:4.04), libgnutls30 (>= 3.8.1)
Size: 95760
SHA256: 9d3251939d8e2f78528085c3a733065a8ae4058115ba75abe8fc46edfaf987b7
SHA1: 8c0ad681b3191ce64bfd82ddae4cd8f7267534f0
MD5sum: 7c0ee701398923262d50320a1dafb36b
Description: Lightweight client for the RFC8555 ACMEv2 protocol
uacme is a client for the ACMEv2 protocol described in RFC8555,
written in plain C with minimal dependencies (libcurl and GnuTLS
or mbedTLS). The ACMEv2 protocol allows a Certificate Authority
( is a popular one) and an applicant to
automate the process of verification and certificate issuance.
The protocol also provides facilities for other certificate
management functions, such as certificate revocation.
For more information see
Description-md5:
Homepage: https://github.com/ndilieto/uacme
Section: net
Priority: optional
Filename: pool/main/u/uacme/uacme_1.7.4-2_amd64.deb