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

Last updated: October 07,2024

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

Learn how to install perl-Apache-LogRegex.noarch on Fedora 34

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

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

Learn how to uninstall perl-Apache-LogRegex.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:50:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Apache-LogRegex
Version : 1.71
Release : 16.fc34
Architecture : noarch
Size : 22 k
Source : perl-Apache-LogRegex-1.71-16.fc34.src.rpm
Repository : fedora
Summary : Parse a line from an Apache logfile into a hash
URL : https://metacpan.org/release/Apache-LogRegex
License : GPL+ or Artistic
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.