How to Install and Uninstall perl-Math-Calc-Units Package on openSUSE Leap

Last updated: May 09,2024

1. Install "perl-Math-Calc-Units" package

Please follow the steps below to install perl-Math-Calc-Units on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Math-Calc-Units

2. Uninstall "perl-Math-Calc-Units" package

In this section, we are going to explain the necessary steps to uninstall perl-Math-Calc-Units on openSUSE Leap:

$ sudo zypper remove perl-Math-Calc-Units

3. Information about the perl-Math-Calc-Units package on openSUSE Leap

Information for package perl-Math-Calc-Units:
---------------------------------------------
Repository : Main Repository
Name : perl-Math-Calc-Units
Version : 1.07-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.4 KiB
Installed : No
Status : not installed
Source package : perl-Math-Calc-Units-1.07-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Math-Calc-Units/
Summary : Human-readable unit-aware calculator
Description :
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although adding
any other multiplicative types is easy. Any unknown type is treated as a unique
user type (with some effort to map English plurals to their singular forms).
The primary intended use is via the ucalc script that prints out all of the
"readable" variants of a value. For example, "3 bytes" will only produce "3
byte", but "3 byte / sec" produces the original along with "180 byte / minute",
"10.55 kilobyte / hour", etc.