How To Install lecm on Fedora 36

In this tutorial we learn how to install lecm in Fedora 36. lecm is Let’s Encrypt Certificate Manager

Introduction

In this tutorial we learn how to install lecm on Fedora 36.

What is lecm

Let’s Encrypt Certificate Manager is an utility to ease the management and renewal of Let’s Encrypt SSL certificates.

We can use yum or dnf to install lecm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lecm.

Install lecm on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install lecm using dnf by running the following command:

sudo dnf -y install lecm

Install lecm on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install lecm using yum by running the following command:

sudo yum -y install lecm

How To Uninstall lecm on Fedora 36

To uninstall only the lecm package we can use the following command:

sudo dnf remove lecm

lecm Package Contents on Fedora 36

/etc/cron.d/lecm
/usr/bin/lecm
/usr/lib/python3.10/site-packages/lecm
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/lecm-0.0.7-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/lecm/__init__.py
/usr/lib/python3.10/site-packages/lecm/__pycache__
/usr/lib/python3.10/site-packages/lecm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/certificate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/certificate.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/configuration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/configuration.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/lists.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/lists.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/lecm/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/lecm/certificate.py
/usr/lib/python3.10/site-packages/lecm/configuration.py
/usr/lib/python3.10/site-packages/lecm/exceptions.py
/usr/lib/python3.10/site-packages/lecm/lists.py
/usr/lib/python3.10/site-packages/lecm/parser.py
/usr/lib/python3.10/site-packages/lecm/shell.py
/usr/lib/python3.10/site-packages/lecm/utils.py
/usr/lib/python3.10/site-packages/lecm/version.py
/usr/share/doc/lecm
/usr/share/doc/lecm/README.rst
/usr/share/lecm
/usr/share/lecm/sample
/usr/share/lecm/sample/lecm-environment.conf
/usr/share/lecm/sample/lecm-keyspecs.conf
/usr/share/lecm/sample/lecm-multipleservices.conf
/usr/share/lecm/sample/lecm-san.conf
/usr/share/lecm/sample/lecm-simple.conf
/usr/share/lecm/sample/lecm-variousservices.conf
/usr/share/lecm/sample/lecm.conf
/usr/share/man/man1/lecm.1.gz

References

Summary

In this tutorial we learn how to install lecm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).