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

Last updated: November 25,2024

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

Learn how to install perl-String-Trim.noarch on Fedora 39

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

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

In this section, we are going to explain the necessary steps to uninstall perl-String-Trim.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:23:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-String-Trim
Version : 0.005
Release : 14.fc39
Architecture : noarch
Size : 19 k
Source : perl-String-Trim-0.005-14.fc39.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.