How to Install and Uninstall perl-Regexp-Assemble.noarch Package on Rocky Linux 8

Last updated: September 21,2024

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

In this section, we are going to explain the necessary steps to install perl-Regexp-Assemble.noarch on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-Regexp-Assemble.noarch on Rocky Linux 8:

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

3. Information about the perl-Regexp-Assemble.noarch package on Rocky Linux 8

Last metadata expiration check: 2:05:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Regexp-Assemble
Version : 0.38
Release : 8.el8
Architecture : noarch
Size : 98 k
Source : perl-Regexp-Assemble-0.38-8.el8.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.