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

Last updated: May 08,2024

1. Install "topgit" package

This guide let you learn how to install topgit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install topgit

2. Uninstall "topgit" package

This is a short guide on how to uninstall topgit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove topgit $ sudo apt autoclean && sudo apt autoremove

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

Package: topgit
Priority: optional
Section: universe/devel
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian TopGit maintainers
Architecture: all
Version: 0.8-1.2
Depends: git-core
Suggests: git-email, make, quilt
Filename: pool/universe/t/topgit/topgit_0.8-1.2_all.deb
Size: 37170
MD5sum: aae2bff3089963093a00374635446284
SHA1: add826fbb5effc4e62db3cf212cddbe9bc30fc72
SHA256: 3de7d2ab4f33e87504eb097eaa7b95857c26678a51ce4adecea4d4a8763e70f5
Description-en: a Git patch queue manager
TopGit manages a patch queue using Git topic branches, one patch per
branch. It allows for patch dependencies and can thus manage
non-linear patch series.
.
TopGit is a minimal layer on top of Git, which does not limit use of
Git's functionality (such as the index). It rigorously keeps history
until a patch is accepted upstream. It is also fully usable across
distributed repositories.
Description-md5: af291594a768fe709018fb8ab10e5417
Homepage: http://repo.or.cz/w/topgit.git
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu