How to Install and Uninstall gertty Package on Kali Linux

Last updated: May 14,2024

1. Install "gertty" package

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

$ sudo apt update $ sudo apt install gertty

2. Uninstall "gertty" package

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

$ sudo apt remove gertty $ sudo apt autoclean && sudo apt autoremove

3. Information about the gertty package on Kali Linux

Package: gertty
Version: 1.6.0-1
Installed-Size: 561
Maintainer: Sebastien Badia
Architecture: all
Depends: python3-alembic, python3-dateutil, python3-git, python3-pbr, python3-ply, python3-requests, python3-setuptools, python3-six, python3-sqlalchemy (>= 1.0.4), python3-urwid, python3-voluptuous, python3-yaml, python3:any
Pre-Depends: sensible-utils
Size: 91904
SHA256: dffc59437a3f7b896b1c60cb6cd9cec9e9a45e26b02dc877f5d70a4592072711
SHA1: c31e82b610e94a9d99c39ea91a0c43aa241a662a
MD5sum: 505c2d37ee78f461b764a9612e739732
Description: Console-based interface to Gerrit
Gertty is a console-based interface to the Gerrit Code Review system.
As compared to the web interface, the main advantages are:
.
Workflow -- the interface is designed to support a workflow similar
to reading network news or mail. In particular, it is designed to
deal with a large number of review requests across a large number
of projects.
.
Offline Use -- Gertty syncs information about changes in subscribed
projects to a local database and local git repos. All review
operations are performed against that database and then synced back
to Gerrit.
.
Speed -- user actions modify locally cached content and need not
wait for server interaction.
.
Convenience -- because Gertty downloads all changes to local git
repos, a single command instructs it to checkout a change into that
repo for detailed examination or testing of larger changes.
Description-md5:
Homepage: https://opendev.org/ttygroup/gertty/
Section: python
Priority: optional
Filename: pool/main/g/gertty/gertty_1.6.0-1_all.deb