How to Install and Uninstall libesmtp.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "libesmtp.x86_64" package

Please follow the instructions below to install libesmtp.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

$ sudo dnf remove libesmtp.x86_64 $ sudo dnf autoremove

3. Information about the libesmtp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:30:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libesmtp
Version : 1.0.6
Release : 24.el9
Architecture : x86_64
Size : 66 k
Source : libesmtp-1.0.6-24.el9.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.