How To Install tcl-tcludp on Fedora 36

In this tutorial we learn how to install tcl-tcludp in Fedora 36. tcl-tcludp is Tcl extension for UDP support

Introduction

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

What is tcl-tcludp

The Tcl UDP extension provides a simple library to support UDP socket in Tcl.

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

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

sudo dnf -y install tcl-tcludp

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

sudo yum -y install tcl-tcludp

How To Uninstall tcl-tcludp on Fedora 36

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

sudo dnf remove tcl-tcludp

tcl-tcludp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/0e0d65b0fddd5ce15f42885f7271af34ae8b5d
/usr/lib64/tcl8.6/udp1.0.11
/usr/lib64/tcl8.6/udp1.0.11/libudp1.0.11.so
/usr/lib64/tcl8.6/udp1.0.11/pkgIndex.tcl
/usr/share/doc/tcl-tcludp
/usr/share/doc/tcl-tcludp/ChangeLog
/usr/share/doc/tcl-tcludp/README
/usr/share/licenses/tcl-tcludp
/usr/share/licenses/tcl-tcludp/license.terms
/usr/share/man/mann/udp.n.gz

References

Summary

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