How to Install and Uninstall regexp.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "regexp.noarch" package

Please follow the steps below to install regexp.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install regexp.noarch

2. Uninstall "regexp.noarch" package

Here is a brief guide to show you how to uninstall regexp.noarch on AlmaLinux 9:

$ sudo dnf remove regexp.noarch $ sudo dnf autoremove

3. Information about the regexp.noarch package on AlmaLinux 9

Last metadata expiration check: 1:38:06 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : regexp
Epoch : 1
Version : 1.5
Release : 37.el9
Architecture : noarch
Size : 46 k
Source : regexp-1.5-37.el9.src.rpm
Repository : appstream
Summary : Simple regular expressions API
URL : http://jakarta.apache.org/regexp/
License : ASL 2.0
Description : Regexp is a 100% Pure Java Regular Expression package that was
: graciously donated to the Apache Software Foundation by Jonathan Locke.
: He originally wrote this software back in 1996 and it has stood up quite
: well to the test of time.
: It includes complete Javadoc documentation as well as a simple Applet
: for visual debugging and testing suite for compatibility.