How to Install and Uninstall libesmtp.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libesmtp.x86_64" package

This tutorial shows how to install libesmtp.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libesmtp.x86_64

2. Uninstall "libesmtp.x86_64" package

This tutorial shows how to uninstall libesmtp.x86_64 on Rocky Linux 8:

$ sudo dnf remove libesmtp.x86_64 $ sudo dnf autoremove

3. Information about the libesmtp.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:55:30 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libesmtp
Version : 1.0.6
Release : 18.el8
Architecture : x86_64
Size : 70 k
Source : libesmtp-1.0.6-18.el8.src.rpm
Repository : epel
Summary : SMTP client library
URL : http://www.stafford.uklinux.net/libesmtp/
License : LGPLv2+
Description : LibESMTP is a library to manage posting (or submission of) electronic
: mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
: Exim. It may be used as part of a Mail User Agent (MUA) or another
: program that must be able to post electronic mail but where mail
: functionality is not the program's primary purpose.