How to Install and Uninstall opensmtpd.x86_64 Package on Fedora 38

Last updated: October 09,2024

1. Install "opensmtpd.x86_64" package

This tutorial shows how to install opensmtpd.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install opensmtpd.x86_64

2. Uninstall "opensmtpd.x86_64" package

Please follow the guidelines below to uninstall opensmtpd.x86_64 on Fedora 38:

$ sudo dnf remove opensmtpd.x86_64 $ sudo dnf autoremove

3. Information about the opensmtpd.x86_64 package on Fedora 38

Last metadata expiration check: 1:17:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : opensmtpd
Version : 6.8.0p2
Release : 11.fc38
Architecture : x86_64
Size : 357 k
Source : opensmtpd-6.8.0p2-11.fc38.src.rpm
Repository : fedora
Summary : Free implementation of the server-side SMTP protocol as defined by RFC 5321
URL : http://www.opensmtpd.org/
License : ISC
Description : OpenSMTPD is a FREE implementation of the server-side SMTP protocol as defined
: by RFC 5321, with some additional standard extensions. It allows ordinary
: machines to exchange e-mails with other systems speaking the SMTP protocol.
: Started out of dissatisfaction with other implementations, OpenSMTPD nowadays
: is a fairly complete SMTP implementation. OpenSMTPD is primarily developed
: by Gilles Chehade, Eric Faurot and Charles Longeau; with contributions from
: various OpenBSD hackers. OpenSMTPD is part of the OpenBSD Project.
: The software is freely usable and re-usable by everyone under an ISC license.
:
: This package uses standard "alternatives" mechanism, you may call
: "/usr/sbin/alternatives --set mta /usr/sbin/sendmail.opensmtpd"
: if you want to switch to OpenSMTPD MTA immediately after install, and
: "/usr/sbin/alternatives --set mta /usr/sbin/sendmail.sendmail" to revert
: back to Sendmail as a default mail daemon.