How to Install and Uninstall stgit Package on Kali Linux

Last updated: October 06,2024

1. Install "stgit" package

This guide covers the steps necessary to install stgit on Kali Linux

$ sudo apt update $ sudo apt install stgit

2. Uninstall "stgit" package

This guide let you learn how to uninstall stgit on Kali Linux:

$ sudo apt remove stgit $ sudo apt autoclean && sudo apt autoremove

3. Information about the stgit package on Kali Linux

Package: stgit
Version: 0.19-1.1
Installed-Size: 601
Maintainer: Maximiliano Curia
Architecture: all
Depends: git, python3:any
Size: 104720
SHA256: ab5b552d7ba3407fd0266529fbecc29dab7e4c6719f276deb2c182470352e1ce
SHA1: 72188c6162fc0e6ed3573063edd3522bcdcec510
MD5sum: 787e4dbc7c5d92285191b83995278c13
Description: manage stacks of patches in a git repository
stgit provides 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.
Description-md5:
Homepage: http://www.procode.org/stgit/
Tag: devel::rcs, implemented-in::python, role::program
Section: vcs
Priority: optional
Filename: pool/main/s/stgit/stgit_0.19-1.1_all.deb