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

Last updated: May 14,2024

1. Install "gertty" package

Please follow the guidance below to install gertty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gertty

2. Uninstall "gertty" package

Please follow the step by step instructions below to uninstall gertty on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: gertty
Priority: optional
Section: universe/devel
Installed-Size: 456
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Badia
Architecture: all
Version: 1.3.1-1
Depends: python-alembic, python-dateutil, python-git, python-pbr, python-ply, python-requests, python-setuptools, python-six, python-sqlalchemy (>= 1.0.4), python-urwid, python-voluptuous, python-yaml, python-sqlalchemy (<< 1.1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/g/gertty/gertty_1.3.1-1_all.deb
Size: 76152
MD5sum: 92581a0fbae673274f5388f8824bc87f
SHA1: c4555c3692c0cec8f13fb876cb49ec447a8dce4d
SHA256: 17977453433742000ab9e8cfb19fc054a3b77b074742d89f588ff8e7de1eeb4e
Description-en: 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: a968a70e3a48f761e4f8e7e8c102962b
Homepage: https://github.com/stackforge/gertty
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu