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

Last updated: May 15,2024

1. Install "perl-Devel-PPPort.src" package

This tutorial shows how to install perl-Devel-PPPort.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Devel-PPPort.src

2. Uninstall "perl-Devel-PPPort.src" package

Please follow the instructions below to uninstall perl-Devel-PPPort.src on Oracle Linux 8:

$ sudo dnf remove perl-Devel-PPPort.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Devel-PPPort
Version : 3.62
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 461 k
Source : None
Repository : ol8_appstream
Summary : Perl Pollution Portability header generator
URL : https://metacpan.org/release/Devel-PPPort
License : GPL+ or Artistic
Description : Perl's API has changed over time, gaining new features, new functions,
: increasing its flexibility, and reducing the impact on the C name space
: environment (reduced pollution). The header file written by this module,
: typically ppport.h, attempts to bring some of the newer Perl API features
: to older versions of Perl, so that you can worry less about keeping track
: of old releases, but users can still reap the benefit.