How to Install and Uninstall perl-Git-Version-Compare Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Git-Version-Compare" package

Learn how to install perl-Git-Version-Compare on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Git-Version-Compare

2. Uninstall "perl-Git-Version-Compare" package

Please follow the guidance below to uninstall perl-Git-Version-Compare on openSuSE Tumbleweed:

$ sudo zypper remove perl-Git-Version-Compare

3. Information about the perl-Git-Version-Compare package on openSuSE Tumbleweed

Information for package perl-Git-Version-Compare:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Git-Version-Compare
Version : 1.005-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 32.5 KiB
Installed : No
Status : not installed
Source package : perl-Git-Version-Compare-1.005-1.4.src
Upstream URL : https://metacpan.org/release/Git-Version-Compare
Summary : Functions to compare Git versions
Description :
Git::Version::Compare contains a selection of subroutines that make dealing
with Git-related things (like versions) a little bit easier.
The strings to compare can be version numbers, tags from 'git.git' or the
output of 'git version' or 'git describe'.
These routines collect the knowledge about Git versions that was
accumulated while developing Git::Repository.