How To Install teamgit on Fedora 36
Introduction
In this tutorial we learn how to install teamgit
on Fedora 36.
What is teamgit
This package provides a visual tool for Git, a distributed revision control system.
We can use yum
or dnf
to install teamgit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teamgit.
Install teamgit 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 teamgit
using dnf
by running the following command:
sudo dnf -y install teamgit
Install teamgit 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 teamgit
using yum
by running the following command:
sudo yum -y install teamgit
How To Uninstall teamgit on Fedora 36
To uninstall only the teamgit
package we can use the following command:
sudo dnf remove teamgit
teamgit Package Contents on Fedora 36
/usr/bin/teamgit
/usr/bin/teamgit-rebase
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/a654b431496d97348fe4086809078748a227eb
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/9c8595917ea4f3ae404a06847ed41e8da7dc59
/usr/share/applications/teamgit.desktop
/usr/share/doc/teamgit
/usr/share/doc/teamgit/COPYING
/usr/share/man/man1/teamgit.1.gz
/usr/share/pixmaps/teamgit_icon.png
References
Summary
In this tutorial we learn how to install teamgit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).