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

Last updated: November 23,2024

1. Install "perl-String-Trim" package

This guide let you learn how to install perl-String-Trim on openSUSE Leap

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

2. Uninstall "perl-String-Trim" package

This tutorial shows how to uninstall perl-String-Trim on openSUSE Leap:

$ sudo zypper remove perl-String-Trim

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

Information for package perl-String-Trim:
-----------------------------------------
Repository : Main Repository
Name : perl-String-Trim
Version : 0.005-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 28.0 KiB
Installed : No
Status : not installed
Source package : perl-String-Trim-0.005-bp155.1.5.src
Upstream URL : https://metacpan.org/release/String-Trim
Summary : Trim whitespace from your strings
Description :
'String::Trim' trims whitespace off your strings. chomp trims only '$/'
(typically, that's newline), but 'trim' will trim all leading and trailing
whitespace.