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

Last updated: July 03,2024

1. Install "python3-gertty.noarch" package

Please follow the step by step instructions below to install python3-gertty.noarch on Fedora 34

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

2. Uninstall "python3-gertty.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-gertty.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:59:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-gertty
Version : 1.6.0
Release : 8.fc34
Architecture : noarch
Size : 216 k
Source : python-gertty-1.6.0-8.fc34.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.