How to Install and Uninstall git-gui Package on openSuSE Tumbleweed

Last updated: May 07,2024

1. Install "git-gui" package

Please follow the guidance below to install git-gui on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install git-gui

2. Uninstall "git-gui" package

This tutorial shows how to uninstall git-gui on openSuSE Tumbleweed:

$ sudo zypper remove git-gui

3. Information about the git-gui package on openSuSE Tumbleweed

Information for package git-gui:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : git-gui
Version : 2.44.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : git-2.44.0-1.1.src
Upstream URL : https://git-scm.com/
Summary : Grapical tool for common git operations
Description :
A Tcl/Tk based graphical user interface to Git. git-gui focuses on
allowing users to make changes to their repository by making new
commits, amending existing ones, creating branches, performing local
merges, and fetching/pushing to remote repositories.
Unlike gitk, git-gui focuses on commit generation and single file
annotation, and does not show project history. It does however supply
menu actions to start a gitk session from within git-gui.