How To Install tcl-ezsmtp on Fedora 36

In this tutorial we learn how to install tcl-ezsmtp in Fedora 36. tcl-ezsmtp is Easy SMTP for TCL

Introduction

In this tutorial we learn how to install tcl-ezsmtp on Fedora 36.

What is tcl-ezsmtp

Easy SMTP (ezsmtp) is a simple 100-Tcl cross-platform package for sending text email, based on original work by Keith Vetter at UC Berkeley.

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

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

sudo dnf -y install tcl-ezsmtp

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

sudo yum -y install tcl-ezsmtp

How To Uninstall tcl-ezsmtp on Fedora 36

To uninstall only the tcl-ezsmtp package we can use the following command:

sudo dnf remove tcl-ezsmtp

tcl-ezsmtp Package Contents on Fedora 36

/usr/share/doc/tcl-ezsmtp
/usr/share/doc/tcl-ezsmtp/ChangeLog
/usr/share/doc/tcl-ezsmtp/README.txt
/usr/share/doc/tcl-ezsmtp/examples
/usr/share/doc/tcl-ezsmtp/examples/koi8-r-body.txt
/usr/share/doc/tcl-ezsmtp/examples/postinst.tcl
/usr/share/doc/tcl-ezsmtp/examples/test_examples.txt
/usr/share/doc/tcl-ezsmtp/ezsmtp.html
/usr/share/licenses/tcl-ezsmtp
/usr/share/licenses/tcl-ezsmtp/license.txt
/usr/share/tcl8.6/ezsmtp
/usr/share/tcl8.6/ezsmtp/ezsmtp.tcl

References

Summary

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