How To Install qgit on Fedora 36
Introduction
In this tutorial we learn how to install qgit
on Fedora 36.
What is qgit
With qgit you are able to browse revisions history, view patch content and changed files, graphically following different development branches.
We can use yum
or dnf
to install qgit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qgit.
Install qgit 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 qgit
using dnf
by running the following command:
sudo dnf -y install qgit
Install qgit 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 qgit
using yum
by running the following command:
sudo yum -y install qgit
How To Uninstall qgit on Fedora 36
To uninstall only the qgit
package we can use the following command:
sudo dnf remove qgit
qgit Package Contents on Fedora 36
/usr/bin/qgit
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/b77001d0846e5dd3ba73bb1be23dca21d4a2df
/usr/share/applications/qgit.desktop
/usr/share/doc/qgit
/usr/share/doc/qgit/README.adoc
/usr/share/icons/hicolor/48x48/apps/qgit.png
/usr/share/icons/hicolor/scalable/apps/qgit.svg
/usr/share/metainfo/qgit.appdata.xml
References
Summary
In this tutorial we learn how to install qgit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).