How to Install and Uninstall tig Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "tig" package

Please follow the instructions below to install tig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install tig

2. Uninstall "tig" package

Please follow the instructions below to uninstall tig on openSuSE Tumbleweed:

$ sudo zypper remove tig

3. Information about the tig package on openSuSE Tumbleweed

Information for package tig:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : tig
Version : 2.5.8-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 783.2 KiB
Installed : No
Status : not installed
Source package : tig-2.5.8-1.6.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.