How to Install and Uninstall tig Package on openSUSE Leap

Last updated: May 03,2024

1. Install "tig" package

Please follow the guidance below to install tig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install tig

2. Uninstall "tig" package

Please follow the guidance below to uninstall tig on openSUSE Leap:

$ sudo zypper remove tig

3. Information about the tig package on openSUSE Leap

Information for package tig:
----------------------------
Repository : Main Repository
Name : tig
Version : 2.5.8-bp155.1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 819.3 KiB
Installed : No
Status : not installed
Source package : tig-2.5.8-bp155.1.4.src
Upstream URL : https://jonas.github.io/tig/
Summary : An ncurses-based text-mode interface for git
Description :
Tig is a git repository browser 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.