How to Install and Uninstall perl-Apache-LogRegex.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "perl-Apache-LogRegex.noarch" package

Please follow the instructions below to install perl-Apache-LogRegex.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Apache-LogRegex.noarch

2. Uninstall "perl-Apache-LogRegex.noarch" package

This guide let you learn how to uninstall perl-Apache-LogRegex.noarch on Fedora 39:

$ sudo dnf remove perl-Apache-LogRegex.noarch $ sudo dnf autoremove

3. Information about the perl-Apache-LogRegex.noarch package on Fedora 39

Last metadata expiration check: 5:21:49 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Apache-LogRegex
Version : 1.71
Release : 23.fc39
Architecture : noarch
Size : 21 k
Source : perl-Apache-LogRegex-1.71-23.fc39.src.rpm
Repository : fedora
Summary : Parse a line from an Apache logfile into a hash
URL : https://metacpan.org/release/Apache-LogRegex
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Designed as a simple class to parse Apache log files. It will construct
: a regex that will parse the given log file format and can then parse
: lines from the log file line by line returning a hash of each line.