How to Install and Uninstall perl-Git-Version-Compare Package on openSUSE Leap

Last updated: July 01,2024

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

This tutorial shows how to install perl-Git-Version-Compare on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove perl-Git-Version-Compare

3. Information about the perl-Git-Version-Compare package on openSUSE Leap

Information for package perl-Git-Version-Compare:
-------------------------------------------------
Repository : Main Repository
Name : perl-Git-Version-Compare
Version : 1.005-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 32.8 KiB
Installed : No
Status : not installed
Source package : perl-Git-Version-Compare-1.005-bp155.1.5.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.