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

Last updated: May 18,2024

1. Install "perl-Number-Compare" package

This guide let you learn how to install perl-Number-Compare on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Number-Compare

2. Uninstall "perl-Number-Compare" package

Learn how to uninstall perl-Number-Compare on openSUSE Leap:

$ sudo zypper remove perl-Number-Compare

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

Information for package perl-Number-Compare:
--------------------------------------------
Repository : Main Repository
Name : perl-Number-Compare
Version : 0.03-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4.7 KiB
Installed : No
Status : not installed
Source package : perl-Number-Compare-0.03-1.24.src
Upstream URL : http://search.cpan.org/dist/Number-Compare/
Summary : Numeric comparisons
Description :
Number::Compare compiles a simple comparison to an anonymous subroutine,
which you can call with a value to be tested again.
Now this would be very pointless, if Number::Compare didn't understand
magnitudes.
The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes
('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the
appropriate 2**n version in accordance with the IEC standard:
http://physics.nist.gov/cuu/Units/binary.html