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

Last updated: November 28,2024

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

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

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

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

This tutorial shows how to uninstall perl-Apache-LogRegex.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:23:28 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Apache-LogRegex
Version : 1.71
Release : 18.fc35
Architecture : noarch
Size : 22 k
Source : perl-Apache-LogRegex-1.71-18.fc35.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.