How to Install and Uninstall tig.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "tig.x86_64" package

This guide let you learn how to install tig.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install tig.x86_64

2. Uninstall "tig.x86_64" package

This tutorial shows how to uninstall tig.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove tig.x86_64 $ sudo dnf autoremove

3. Information about the tig.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:52:35 ago on Sun May 9 13:03:46 2021.
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.