How to Install and Uninstall tig.x86_64 Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "tig.x86_64" package

This is a short guide on how to install tig.x86_64 on Rocky Linux 8

$ 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 Rocky Linux 8:

$ sudo dnf remove tig.x86_64 $ sudo dnf autoremove

3. Information about the tig.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:12:34 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : tig
Version : 2.4.1
Release : 3.el8
Architecture : x86_64
Size : 267 k
Source : tig-2.4.1-3.el8.src.rpm
Repository : epel
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.