How To Install gitui on Fedora 36
In this tutorial we learn how to install gitui in Fedora 36. gitui is Blazing fast terminal-ui for git
Introduction
In this tutorial we learn how to install gitui
on Fedora 36.
What is gitui
Blazing fast terminal-ui for git.
We can use yum
or dnf
to install gitui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gitui.
Install gitui 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 gitui
using dnf
by running the following command:
sudo dnf -y install gitui
Install gitui 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 gitui
using yum
by running the following command:
sudo yum -y install gitui
How To Uninstall gitui on Fedora 36
To uninstall only the gitui
package we can use the following command:
sudo dnf remove gitui
gitui Package Contents on Fedora 36
/usr/bin/gitui
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/238047e17e26601ee80baf9595b793f23964ad
/usr/share/doc/gitui
/usr/share/doc/gitui/CHANGELOG.md
/usr/share/doc/gitui/KEY_CONFIG.md
/usr/share/doc/gitui/README.md
/usr/share/doc/gitui/THEMES.md
/usr/share/licenses/gitui
/usr/share/licenses/gitui/LICENSE.md
References
Summary
In this tutorial we learn how to install gitui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).