How To Install simple-mail on Fedora 36

In this tutorial we learn how to install simple-mail in Fedora 36. simple-mail is SMTP Client Library for Qt

Introduction

In this tutorial we learn how to install simple-mail on Fedora 36.

What is simple-mail

simple-mail is a small library writen for Qt 5 (C++11 version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP).

We can use yum or dnf to install simple-mail on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install simple-mail.

Install simple-mail 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 simple-mail using dnf by running the following command:

sudo dnf -y install simple-mail

Install simple-mail 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 simple-mail using yum by running the following command:

sudo yum -y install simple-mail

How To Uninstall simple-mail on Fedora 36

To uninstall only the simple-mail package we can use the following command:

sudo dnf remove simple-mail

simple-mail Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/a1c699e90022f93a53dac81accc14f8f64cd95
/usr/lib/libSimpleMailQt5.so.0
/usr/lib/libSimpleMailQt5.so.1.4.0
/usr/share/doc/simple-mail
/usr/share/doc/simple-mail/README.md
/usr/share/licenses/simple-mail
/usr/share/licenses/simple-mail/LICENSE

References

Summary

In this tutorial we learn how to install simple-mail on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install simple-mail on Fedora 36” linkTitle: “simple-mail” type: “docs” description: “In this tutorial we learn how to install simple-mail in Fedora 36. simple-mail is SMTP Client Library for Qt” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/simple-mail-featured.png

Introduction

In this tutorial we learn how to install simple-mail on Fedora 36.

What is simple-mail

simple-mail is a small library writen for Qt 5 (C++11 version) that allows application to send complex emails (plain text, html, attachments, inline files, etc.) using the Simple Mail Transfer Protocol (SMTP).

We can use yum or dnf to install simple-mail on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install simple-mail.

Install simple-mail 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 simple-mail using dnf by running the following command:

sudo dnf -y install simple-mail

Install simple-mail 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 simple-mail using yum by running the following command:

sudo yum -y install simple-mail

How To Uninstall simple-mail on Fedora 36

To uninstall only the simple-mail package we can use the following command:

sudo dnf remove simple-mail

simple-mail Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/da3f4a01afd52fe7b6183f9fe25e706d5a156e
/usr/lib64/libSimpleMailQt5.so.0
/usr/lib64/libSimpleMailQt5.so.1.4.0
/usr/share/doc/simple-mail
/usr/share/doc/simple-mail/README.md
/usr/share/licenses/simple-mail
/usr/share/licenses/simple-mail/LICENSE

References

Summary

In this tutorial we learn how to install simple-mail on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).