How to Install and Uninstall tig.x86_64 Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "tig.x86_64" package

In this section, we are going to explain the necessary steps to install tig.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install tig.x86_64

2. Uninstall "tig.x86_64" package

Please follow the guidance below to uninstall tig.x86_64 on AlmaLinux 9:

$ sudo dnf remove tig.x86_64 $ sudo dnf autoremove

3. Information about the tig.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:13:31 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : tig
Version : 2.5.5
Release : 1.el9
Architecture : x86_64
Size : 249 k
Source : tig-2.5.5-1.el9.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.