How to Install and Uninstall perl-Text-Sprintf-Named Package on openSUSE Leap

Last updated: June 29,2024

1. Install "perl-Text-Sprintf-Named" package

In this section, we are going to explain the necessary steps to install perl-Text-Sprintf-Named on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Text-Sprintf-Named

2. Uninstall "perl-Text-Sprintf-Named" package

In this section, we are going to explain the necessary steps to uninstall perl-Text-Sprintf-Named on openSUSE Leap:

$ sudo zypper remove perl-Text-Sprintf-Named

3. Information about the perl-Text-Sprintf-Named package on openSUSE Leap

Information for package perl-Text-Sprintf-Named:
------------------------------------------------
Repository : Main Repository
Name : perl-Text-Sprintf-Named
Version : 0.0405-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 17.4 KiB
Installed : No
Status : not installed
Source package : perl-Text-Sprintf-Named-0.0405-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Text-Sprintf-Named
Summary : Sprintf-like function with named conversions
Description :
Text::Sprintf::Named provides a sprintf equivalent with named conversions.
Named conversions are sprintf field specifiers (like '"%s"' or '"%4d'")
only they are associated with the key of an associative array of
parameters. So for example '"s"' will emit the ''name'' parameter as
a string, and '"4d"' will emit the ''num'' parameter as a variable
with a width of 4.