How to Install and Uninstall perl-Regexp-Shellish.noarch Package on Fedora 34

Last updated: July 07,2024

1. Install "perl-Regexp-Shellish.noarch" package

Learn how to install perl-Regexp-Shellish.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Regexp-Shellish.noarch

2. Uninstall "perl-Regexp-Shellish.noarch" package

This guide covers the steps necessary to uninstall perl-Regexp-Shellish.noarch on Fedora 34:

$ sudo dnf remove perl-Regexp-Shellish.noarch $ sudo dnf autoremove

3. Information about the perl-Regexp-Shellish.noarch package on Fedora 34

Last metadata expiration check: 4:42:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Regexp-Shellish
Version : 0.93
Release : 38.fc34
Architecture : noarch
Size : 13 k
Source : perl-Regexp-Shellish-0.93-38.fc34.src.rpm
Repository : fedora
Summary : Shell-like regular expressions
URL : https://metacpan.org/release/Regexp-Shellish
License : GPL+ or Artistic
Description : Provides shell-like regular expressions. The wildcards provided are
: ?, * and **, where ** is like * but matches /. See "compile_shellish"
: for details.