How to Install and Uninstall perl-String-Escape.noarch Package on Fedora 36

Last updated: September 28,2024

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

Please follow the guidance below to install perl-String-Escape.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-String-Escape.noarch on Fedora 36:

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

3. Information about the perl-String-Escape.noarch package on Fedora 36

Last metadata expiration check: 5:06:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-String-Escape
Version : 2010.002
Release : 36.fc36
Architecture : noarch
Size : 24 k
Source : perl-String-Escape-2010.002-36.fc36.src.rpm
Repository : fedora
Summary : String::Escape Perl module
URL : https://metacpan.org/release/String-Escape
License : GPL+ or Artistic
Description : This module provides a flexible calling interface to some frequently-
: performed string conversion functions, including applying and expanding
: standard C/Unix-style backslash escapes like \n and \t, wrapping and
: removing double-quotes, and truncating to fit within a desired length.