How To Install q-tk on Fedora 36
In this tutorial we learn how to install q-tk in Fedora 36. q-tk is Tk module for Q
Introduction
In this tutorial we learn how to install q-tk
on Fedora 36.
What is q-tk
Tk module for Q.
We can use yum
or dnf
to install q-tk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install q-tk.
Install q-tk 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 q-tk
using dnf
by running the following command:
sudo dnf -y install q-tk
Install q-tk 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 q-tk
using yum
by running the following command:
sudo yum -y install q-tk
How To Uninstall q-tk on Fedora 36
To uninstall only the q-tk
package we can use the following command:
sudo dnf remove q-tk
q-tk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/79/79d4205d48a66b94ee730795e0475b1e730fc2
/usr/lib64/q/tk.so
/usr/share/q/lib/tk.q
References
Summary
In this tutorial we learn how to install q-tk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).