How to Install and Uninstall stgit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "stgit" package

Here is a brief guide to show you how to install stgit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install stgit

2. Uninstall "stgit" package

This tutorial shows how to uninstall stgit on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the stgit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: stgit
Priority: optional
Section: universe/devel
Installed-Size: 1511
Maintainer: Ubuntu Developers
Original-Maintainer: Maximiliano Curia
Architecture: all
Version: 0.17.1-1
Depends: git, python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/s/stgit/stgit_0.17.1-1_all.deb
Size: 178728
MD5sum: 6da81540d1605788c37a0dc7510e4c7e
SHA1: 944e9859359e7574ec4d663bd67d246b4272b35d
SHA256: 7c2a9f3c500af20fb7c4a88acf4eb02e098a4a4914961b7a114ca42d1aaabc51
Description-en: 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: d6e7c4f9aa71542e1a733da8f87ae3b7
Homepage: http://www.procode.org/stgit/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu