How to Install and Uninstall tig.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "tig.x86_64" package

Please follow the guidelines below to install tig.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install tig.x86_64

2. Uninstall "tig.x86_64" package

This is a short guide on how to uninstall tig.x86_64 on Fedora 35:

$ sudo dnf remove tig.x86_64 $ sudo dnf autoremove

3. Information about the tig.x86_64 package on Fedora 35

Last metadata expiration check: 2:39:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : tig
Version : 2.5.5
Release : 1.fc35
Architecture : x86_64
Size : 249 k
Source : tig-2.5.5-1.fc35.src.rpm
Repository : updates
Summary : Text-mode interface for the git revision control system
URL : https://jonas.github.io/tig/
License : GPLv2+
Description : Tig is a repository browser for the git revision control system that
: additionally can act as a pager for output from various git commands.
:
: When browsing repositories, it uses the underlying git commands to present the
: user with various views, such as summarized revision log and showing the commit
: with the log message, diffstat, and the diff.
:
: Using it as a pager, it will display input from stdin and colorize it.