How to Install and Uninstall perl-String-Trim Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "perl-String-Trim" package

Please follow the instructions below to install perl-String-Trim on openSuSE Tumbleweed

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

2. Uninstall "perl-String-Trim" package

Please follow the guidelines below to uninstall perl-String-Trim on openSuSE Tumbleweed:

$ sudo zypper remove perl-String-Trim

3. Information about the perl-String-Trim package on openSuSE Tumbleweed

Information for package perl-String-Trim:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-String-Trim
Version : 0.005-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 27.8 KiB
Installed : No
Status : not installed
Source package : perl-String-Trim-0.005-1.15.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.