How to Install and Uninstall acme-tiny.noarch Package on Oracle Linux 9

Last updated: May 05,2024

1. Install "acme-tiny.noarch" package

Please follow the steps below to install acme-tiny.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install acme-tiny.noarch

2. Uninstall "acme-tiny.noarch" package

This is a short guide on how to uninstall acme-tiny.noarch on Oracle Linux 9:

$ sudo dnf remove acme-tiny.noarch $ sudo dnf autoremove

3. Information about the acme-tiny.noarch package on Oracle Linux 9

Last metadata expiration check: 1:16:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : acme-tiny
Version : 5.0.1
Release : 1.el9
Architecture : noarch
Size : 19 k
Source : acme-tiny-5.0.1-1.el9.src.rpm
Repository : epel
Summary : Tiny auditable script to issue, renew Let's Encrypt certificates
URL : https://github.com/diafygi/acme-tiny
License : MIT
Description : This is a tiny, auditable script that you can throw on your server to issue and
: renew Let's Encrypt certificates. Since it has to be run on your server and
: have access to your private Let's Encrypt account key, I tried to make it as
: tiny as possible (currently less than 200 lines). The only prerequisites are
: python and openssl.
:
: Well, that and a web server - but then you only need this with a web server.
: This package adds a simple directory layout and timer service that runs
: acme_tiny on installed CSRs as the acme user for privilege separation.