How to Install and Uninstall git Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "git" package

Here is a brief guide to show you how to install git on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install git

2. Uninstall "git" package

This tutorial shows how to uninstall git on openSuSE Tumbleweed:

$ sudo zypper remove git

3. Information about the git package on openSuSE Tumbleweed

Information for package git:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : git
Version : 2.44.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.6 KiB
Installed : Yes
Status : up-to-date
Source package : git-2.44.0-1.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.