How to Install and Uninstall stgit.noarch Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "stgit.noarch" package

Please follow the steps below to install stgit.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install stgit.noarch

2. Uninstall "stgit.noarch" package

This is a short guide on how to uninstall stgit.noarch on Oracle Linux 9:

$ sudo dnf remove stgit.noarch $ sudo dnf autoremove

3. Information about the stgit.noarch package on Oracle Linux 9

Last metadata expiration check: 0:31:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : stgit
Version : 1.5
Release : 3.el9
Architecture : noarch
Size : 316 k
Source : stgit-1.5-3.el9.src.rpm
Repository : epel
Summary : Patch stack for Git repositories
URL : https://stacked-git.github.io/
License : GPLv2
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.
:
: Note that StGit is not an SCM interface on top of Git and it expects
: a previously initialized Git repository. For standard SCM operations,
: either use plain Git commands or the Cogito tool.