How to Install and Uninstall perl-Math-Calc-Units Package on openSuSE Tumbleweed

Last updated: May 09,2024

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

This is a short guide on how to install perl-Math-Calc-Units on openSuSE Tumbleweed

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

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

Please follow the step by step instructions below to uninstall perl-Math-Calc-Units on openSuSE Tumbleweed:

$ sudo zypper remove perl-Math-Calc-Units

3. Information about the perl-Math-Calc-Units package on openSuSE Tumbleweed

Information for package perl-Math-Calc-Units:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Math-Calc-Units
Version : 1.07-7.30
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.2 KiB
Installed : No
Status : not installed
Source package : perl-Math-Calc-Units-1.07-7.30.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.