How to Install and Uninstall msmtp.x86_64 Package on CentOS Stream 8

Last updated: May 03,2024

1. Install "msmtp.x86_64" package

This tutorial shows how to install msmtp.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install msmtp.x86_64

2. Uninstall "msmtp.x86_64" package

Learn how to uninstall msmtp.x86_64 on CentOS Stream 8:

$ sudo dnf remove msmtp.x86_64 $ sudo dnf autoremove

3. Information about the msmtp.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:32:05 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : msmtp
Version : 1.8.10
Release : 1.el8
Architecture : x86_64
Size : 181 k
Source : msmtp-1.8.10-1.el8.src.rpm
Repository : epel
Summary : SMTP client
URL : https://marlam.de/msmtp/
License : GPLv3+
Description : It forwards messages to an SMTP server which does the delivery.
: Features include:
: * Sendmail compatible interface (command line options and exit codes).
: * Authentication methods PLAIN,LOGIN,CRAM-MD5,DIGEST-MD5,GSSAPI,and NTLM
: * TLS/SSL both in SMTP-over-SSL mode and in STARTTLS mode.
: * Fast SMTP implementation using command pipe-lining.
: * Support for Internationalized Domain Names (IDN).
: * DSN (Delivery Status Notification) support.
: * RMQS (Remote Message Queue Starting) support (ETRN keyword).
: * IPv6 support.