How to Install and Uninstall perl-Regexp-Assemble.noarch Package on Oracle Linux 9

Last updated: May 18,2024

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

Please follow the guidance below to install perl-Regexp-Assemble.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall perl-Regexp-Assemble.noarch on Oracle Linux 9:

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

3. Information about the perl-Regexp-Assemble.noarch package on Oracle Linux 9

Last metadata expiration check: 2:38:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Regexp-Assemble
Version : 0.38
Release : 8.el9
Architecture : noarch
Size : 92 k
Source : perl-Regexp-Assemble-0.38-8.el9.src.rpm
Repository : epel
Summary : Assemble multiple Regular Expressions into a single RE
URL : https://metacpan.org/release/Regexp-Assemble
License : GPL+ or Artistic
Description : Regexp::Assemble takes an arbitrary number of regular expressions and
: assembles them into a single regular expression (or RE) that matches all
: that the individual REs match.