How To Install owfs-tcl on Fedora 36

In this tutorial we learn how to install owfs-tcl in Fedora 36. owfs-tcl is Tcl interface for the 1-wire file-system

Introduction

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

What is owfs-tcl

owfs-tcl is a Tcl interface for the 1-wire file-system

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

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

sudo dnf -y install owfs-tcl

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

sudo yum -y install owfs-tcl

How To Uninstall owfs-tcl on Fedora 36

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

sudo dnf remove owfs-tcl

owfs-tcl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/8906d6af332458534e7434044739c833a5c20f
/usr/lib64/tcl8.6/owtcl-1.0
/usr/lib64/tcl8.6/owtcl-1.0/ow-1.0.so
/usr/lib64/tcl8.6/owtcl-1.0/ow.la
/usr/lib64/tcl8.6/owtcl-1.0/ow.so
/usr/lib64/tcl8.6/owtcl-1.0/ow.tcl
/usr/lib64/tcl8.6/owtcl-1.0/pkgIndex.tcl
/usr/share/man/mann/ow.n.gz
/usr/share/man/mann/owtcl.n.gz

References

Summary

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