How To Install tcl-tileqt on Fedora 36

In this tutorial we learn how to install tcl-tileqt in Fedora 36. tcl-tileqt is QT widget support for Tile Toolkit

Introduction

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

What is tcl-tileqt

TileQt is a theme for the tile toolkit, which uses the Qt/KDE style engine to draw widgets. Thus, Tk applications that use the tile widget set look the same as KDE applications under GNU/Linux.

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

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

sudo dnf -y install tcl-tileqt

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

sudo yum -y install tcl-tileqt

How To Uninstall tcl-tileqt on Fedora 36

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

sudo dnf remove tcl-tileqt

tcl-tileqt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/e704b1f62bdaa40f25458c377ff8ab23aa23c0
/usr/lib64/tcl8.6/tileqt0.4
/usr/lib64/tcl8.6/tileqt0.4/libtileqt0.4.so
/usr/lib64/tcl8.6/tileqt0.4/pkgIndex.tcl
/usr/lib64/tcl8.6/tileqt0.4/tileqt.tcl
/usr/share/doc/tcl-tileqt
/usr/share/doc/tcl-tileqt/ChangeLog
/usr/share/licenses/tcl-tileqt
/usr/share/licenses/tcl-tileqt/license.terms

References

Summary

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