How to Install and Uninstall perl-String-Errf Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-String-Errf" package

In this section, we are going to explain the necessary steps to install perl-String-Errf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-String-Errf

2. Uninstall "perl-String-Errf" package

In this section, we are going to explain the necessary steps to uninstall perl-String-Errf on openSUSE Leap:

$ sudo zypper remove perl-String-Errf

3. Information about the perl-String-Errf package on openSUSE Leap

Information for package perl-String-Errf:
-----------------------------------------
Repository : Main Repository
Name : perl-String-Errf
Version : 0.009-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 44.8 KiB
Installed : No
Status : not installed
Source package : perl-String-Errf-0.009-bp155.1.4.src
Upstream URL : https://metacpan.org/release/String-Errf
Summary : Simple sprintf-like dialect
Description :
String::Errf provides 'errf', a simple string formatter that works
something like 'sprintf'. It is implemented using String::Formatter and
Sub::Exporter. Their documentation may be useful in understanding or
extending String::Errf. The 'errf' subroutine is only available when
imported. Calling String::Errf::errf will not do what you want.