How to Install and Uninstall python3-gertty.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "python3-gertty.noarch" package

Learn how to install python3-gertty.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-gertty.noarch

2. Uninstall "python3-gertty.noarch" package

This guide covers the steps necessary to uninstall python3-gertty.noarch on Fedora 39:

$ sudo dnf remove python3-gertty.noarch $ sudo dnf autoremove

3. Information about the python3-gertty.noarch package on Fedora 39

Last metadata expiration check: 5:20:32 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-gertty
Version : 1.6.0
Release : 16.fc39
Architecture : noarch
Size : 313 k
Source : python-gertty-1.6.0-16.fc39.src.rpm
Repository : fedora
Summary : Gertty is a console-based interface to the Gerrit Code Review system
URL : https://pypi.python.org/pypi/gertty
License : ASL 2.0
Description : Gertty is a console-based interface to the Gerrit Code Review system. As
: compared to the web interface, the main advantages are: (a) Work flow -- the
: interface is designed to support a work flow 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. (b) Offline Use -- Gertty syncs
: information about changes in subscribed projects to a local database and local
: git repositories. All review operations are performed against that database
: and then synced back to Gerrit. (c) Speed -- user actions modify locally
: cached content and need not wait for server interaction. (d) Convenience --
: because Gertty downloads all changes to local git repositories, a single
: command instructs it to checkout a change into that repositories for detailed
: examination or testing of larger changes.