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

Last updated: May 18,2024

1. Install "perl-Filter.x86_64" package

Please follow the steps below to install perl-Filter.x86_64 on Oracle Linux 8

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

2. Uninstall "perl-Filter.x86_64" package

This is a short guide on how to uninstall perl-Filter.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 5:17:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Filter
Epoch : 2
Version : 1.58
Release : 2.el8
Architecture : x86_64
Size : 82 k
Source : perl-Filter-1.58-2.el8.src.rpm
Repository : ol8_appstream
Summary : Perl source filters
URL : http://search.cpan.org/dist/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.