How to Install and Uninstall perl-String-Escape.noarch Package on Rocky Linux 9

Last updated: May 10,2024

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

Please follow the guidelines below to install perl-String-Escape.noarch on Rocky Linux 9

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

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

Learn how to uninstall perl-String-Escape.noarch on Rocky Linux 9:

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

3. Information about the perl-String-Escape.noarch package on Rocky Linux 9

Last metadata expiration check: 0:20:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-String-Escape
Version : 2010.002
Release : 35.el9
Architecture : noarch
Size : 24 k
Source : perl-String-Escape-2010.002-35.el9.src.rpm
Repository : epel
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.