How To Install gti on Fedora 36
Introduction
In this tutorial we learn how to install gti
on Fedora 36.
What is gti
Just a silly gti launcher, basically Inspired by sl. It displays a ASCII-art animation to punish you for your typing error, after that it launches git.
We can use yum
or dnf
to install gti
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gti.
Install gti 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 gti
using dnf
by running the following command:
sudo dnf -y install gti
Install gti 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 gti
using yum
by running the following command:
sudo yum -y install gti
How To Uninstall gti on Fedora 36
To uninstall only the gti
package we can use the following command:
sudo dnf remove gti
gti Package Contents on Fedora 36
/usr/bin/gti
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/a105c5ff7621d5f15e3f9b9710b37f9522e057
/usr/share/man/man6/gti.6.gz
References
Summary
In this tutorial we learn how to install gti
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).