How To Install tcl-signal on Fedora 36

In this tutorial we learn how to install tcl-signal in Fedora 36. tcl-signal is This extension adds dynamically loadable signal handling to Tcl/Tk scripts

Introduction

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

What is tcl-signal

This extension adds dynamically loadable signal handling to Tcl/Tk scripts. Note that the library has been renamed to libtclsignal-1.4.so for ease in linking and to prevent conflicts.

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

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

sudo dnf -y install tcl-signal

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

sudo yum -y install tcl-signal

How To Uninstall tcl-signal on Fedora 36

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

sudo dnf remove tcl-signal

tcl-signal Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/9f1bc165c5876ce8b2e5749f9da2ecb4e1b9ee
/usr/lib64/libtclsignal-1.4.so
/usr/lib64/tcl8.6/signal
/usr/lib64/tcl8.6/signal/pkgIndex.tcl
/usr/share/doc/tcl-signal
/usr/share/doc/tcl-signal/README
/usr/share/doc/tcl-signal/sig.announce.1.4

References

Summary

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