How To Install tcl-mysqltcl on Fedora 36

In this tutorial we learn how to install tcl-mysqltcl in Fedora 36. tcl-mysqltcl is MySQL interface for Tcl

Introduction

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

What is tcl-mysqltcl

Mysqltcl is an extension to the Tool Command Language (Tcl) that provides high-level access to a MySQL database server.

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

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

sudo dnf -y install tcl-mysqltcl

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

sudo yum -y install tcl-mysqltcl

How To Uninstall tcl-mysqltcl on Fedora 36

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

sudo dnf remove tcl-mysqltcl

tcl-mysqltcl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/6c02253fc3c1b554c3aadea7b3f7c79e0a4c0c
/usr/lib64/tcl8.6/mysqltcl-3.052
/usr/lib64/tcl8.6/mysqltcl-3.052/libmysqltcl3.052.so
/usr/lib64/tcl8.6/mysqltcl-3.052/pkgIndex.tcl
/usr/share/doc/tcl-mysqltcl
/usr/share/doc/tcl-mysqltcl/AUTHORS
/usr/share/doc/tcl-mysqltcl/COPYING
/usr/share/doc/tcl-mysqltcl/ChangeLog
/usr/share/doc/tcl-mysqltcl/README
/usr/share/doc/tcl-mysqltcl/README-msqltcl
/usr/share/doc/tcl-mysqltcl/mysqltcl.html
/usr/share/man/mann/mysqltcl.n.gz

References

Summary

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