How To Install golang-github-emersion-smtp on Fedora 36

In this tutorial we learn how to install golang-github-emersion-smtp in Fedora 36. golang-github-emersion-smtp is SMTP client & server library written in Go

Introduction

In this tutorial we learn how to install golang-github-emersion-smtp on Fedora 36.

What is golang-github-emersion-smtp

An SMTP client & server library written in Go.

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

Install golang-github-emersion-smtp 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 golang-github-emersion-smtp using dnf by running the following command:

sudo dnf -y install golang-github-emersion-smtp

Install golang-github-emersion-smtp 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 golang-github-emersion-smtp using yum by running the following command:

sudo yum -y install golang-github-emersion-smtp

How To Uninstall golang-github-emersion-smtp on Fedora 36

To uninstall only the golang-github-emersion-smtp package we can use the following command:

sudo dnf remove golang-github-emersion-smtp

golang-github-emersion-smtp Package Contents on Fedora 36

/usr/bin/smtp-debug-server
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/a3dfe8c83617ee08af61bb0a148f70b6700f39
/usr/share/doc/golang-github-emersion-smtp
/usr/share/doc/golang-github-emersion-smtp/README.md
/usr/share/licenses/golang-github-emersion-smtp
/usr/share/licenses/golang-github-emersion-smtp/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-emersion-smtp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).