How to Install and Uninstall perl-Filter.src Package on Oracle Linux 8

Last updated: January 01,2025

1. Install "perl-Filter.src" package

Please follow the guidelines below to install perl-Filter.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Filter.src

2. Uninstall "perl-Filter.src" package

Here is a brief guide to show you how to uninstall perl-Filter.src on Oracle Linux 8:

$ sudo dnf remove perl-Filter.src $ sudo dnf autoremove

3. Information about the perl-Filter.src package on Oracle Linux 8

Last metadata expiration check: 5:48:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Filter
Epoch : 2
Version : 1.60
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 109 k
Source : None
Repository : ol8_appstream
Summary : Perl source filters
URL : https://metacpan.org/release/Filter
License : GPL+ or Artistic
Description : Source filters alter the program text of a module before Perl sees it, much as
: a C preprocessor alters the source text of a C program before the compiler
: sees it.