How To Install libesmtp on Fedora 36
Introduction
In this tutorial we learn how to install libesmtp
on Fedora 36.
What is libesmtp
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.
We can use yum
or dnf
to install libesmtp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libesmtp.
Install libesmtp 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 libesmtp
using dnf
by running the following command:
sudo dnf -y install libesmtp
Install libesmtp 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 libesmtp
using yum
by running the following command:
sudo yum -y install libesmtp
How To Uninstall libesmtp on Fedora 36
To uninstall only the libesmtp
package we can use the following command:
sudo dnf remove libesmtp
libesmtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/2e0777c027a4ca78d2f5e024eeb552f3cbab8d
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/162ba884f489053604888b7790b103b6f91905
/usr/lib/.build-id/43
/usr/lib/.build-id/43/e13d50dd180b4c956e52a6ea860cd89a227df6
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/05c3e6c3b7a2ebc584cdba3b22583d3eebb790
/usr/lib/esmtp-plugins
/usr/lib/esmtp-plugins/sasl-cram-md5.so
/usr/lib/esmtp-plugins/sasl-login.so
/usr/lib/esmtp-plugins/sasl-plain.so
/usr/lib/libesmtp.so.6
/usr/lib/libesmtp.so.6.1.6
/usr/share/doc/libesmtp
/usr/share/doc/libesmtp/AUTHORS
/usr/share/doc/libesmtp/COPYING.LIB
/usr/share/doc/libesmtp/NEWS
/usr/share/doc/libesmtp/Notes
/usr/share/doc/libesmtp/README
References
Summary
In this tutorial we learn how to install libesmtp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libesmtp on Fedora 36” linkTitle: “libesmtp” type: “docs” description: “In this tutorial we learn how to install libesmtp in Fedora 36. libesmtp is SMTP client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libesmtp-featured.png
Introduction
In this tutorial we learn how to install libesmtp
on Fedora 36.
What is libesmtp
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.
We can use yum
or dnf
to install libesmtp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libesmtp.
Install libesmtp 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 libesmtp
using dnf
by running the following command:
sudo dnf -y install libesmtp
Install libesmtp 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 libesmtp
using yum
by running the following command:
sudo yum -y install libesmtp
How To Uninstall libesmtp on Fedora 36
To uninstall only the libesmtp
package we can use the following command:
sudo dnf remove libesmtp
libesmtp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/acea9d904621b43af9a064c90febf75ae8c2b0
/usr/lib/.build-id/55
/usr/lib/.build-id/55/e637ae87c5db26cde39059a545b5b1e3ac402c
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/0fcefed1430b1c4d5319f1789af22c49fc8b8b
/usr/lib/.build-id/df
/usr/lib/.build-id/df/5241c969208a88471db00da5e9f89dbf913856
/usr/lib64/esmtp-plugins
/usr/lib64/esmtp-plugins/sasl-cram-md5.so
/usr/lib64/esmtp-plugins/sasl-login.so
/usr/lib64/esmtp-plugins/sasl-plain.so
/usr/lib64/libesmtp.so.6
/usr/lib64/libesmtp.so.6.1.6
/usr/share/doc/libesmtp
/usr/share/doc/libesmtp/AUTHORS
/usr/share/doc/libesmtp/COPYING.LIB
/usr/share/doc/libesmtp/NEWS
/usr/share/doc/libesmtp/Notes
/usr/share/doc/libesmtp/README
References
Summary
In this tutorial we learn how to install libesmtp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).