How to Install and Uninstall git Package on openSUSE Leap

Last updated: May 07,2024

1. Install "git" package

Please follow the instructions below to install git on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install git

2. Uninstall "git" package

Please follow the step by step instructions below to uninstall git on openSUSE Leap:

$ sudo zypper remove git

3. Information about the git package on openSUSE Leap

Information for package git:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : git
Version : 2.35.3-150300.10.33.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 49.9 KiB
Installed : Yes
Status : up-to-date
Source package : git-2.35.3-150300.10.33.1.src
Upstream URL : https://git-scm.com/
Summary : Fast, scalable, distributed revision control system
Description :
Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations and
full access to internals.
This package itself only provides the README of git but with the
packages it requires, it brings you a complete Git environment
including GTK and email interfaces and tools for importing source code
repositories from other revision control systems such as subversion,
CVS, and GNU arch.