How to Install and Uninstall git-gui Package on openSUSE Leap

Last updated: May 07,2024

1. Install "git-gui" package

Here is a brief guide to show you how to install git-gui on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install git-gui

2. Uninstall "git-gui" package

Please follow the guidelines below to uninstall git-gui on openSUSE Leap:

$ sudo zypper remove git-gui

3. Information about the git-gui package on openSUSE Leap

Information for package git-gui:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : git-gui
Version : 2.35.3-150300.10.33.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : git-2.35.3-150300.10.33.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.