How to Install and Uninstall stgit Package on openSUSE Leap

Last updated: May 14,2024

1. Install "stgit" package

This guide covers the steps necessary to install stgit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install stgit

2. Uninstall "stgit" package

This guide covers the steps necessary to uninstall stgit on openSUSE Leap:

$ sudo zypper remove stgit

3. Information about the stgit package on openSUSE Leap

Information for package stgit:
------------------------------
Repository : Main Repository
Name : stgit
Version : 1.5-bp155.1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 932.0 KiB
Installed : No
Status : not installed
Source package : stgit-1.5-bp155.1.7.src
Upstream URL : https://stacked-git.github.io
Summary : Stacked GIT - Source Code Management Tool
Description :
StGIT is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of GIT. These
operations are performed using GIT commands and the patches are stored
as GIT commit objects, allowing easy merging of the StGIT patches into
other repositories using standard GIT functionality.