How To Install gitk on Fedora 34
Introduction
In this tutorial we learn how to install gitk
on Fedora 34.
What is gitk
Git repository browser.
We can use yum
or dnf
to install gitk
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gitk.
Install gitk on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install gitk
using dnf
by running the following command:
Install gitk on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install gitk
using yum
by running the following command:
How To Uninstall gitk on Fedora 34
To uninstall only the gitk
package we can use the following command:
gitk Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install gitk
on Fedora 34 using yum and dnf.