How to Install and Uninstall perl-String-Trim.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-String-Trim.noarch" package

Please follow the guidance below to install perl-String-Trim.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-String-Trim.noarch

2. Uninstall "perl-String-Trim.noarch" package

Here is a brief guide to show you how to uninstall perl-String-Trim.noarch on Fedora 34:

$ sudo dnf remove perl-String-Trim.noarch $ sudo dnf autoremove

3. Information about the perl-String-Trim.noarch package on Fedora 34

Last metadata expiration check: 0:40:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-String-Trim
Version : 0.005
Release : 7.fc34
Architecture : noarch
Size : 20 k
Source : perl-String-Trim-0.005-7.fc34.src.rpm
Repository : fedora
Summary : Trim white space from your strings
URL : https://metacpan.org/release/String-Trim
License : GPL+ or Artistic
Description : String::Trim trims white space off your strings. chomp trims only $/
: (typically, that's a new line), but trim will trim all leading and trailing
: white space.