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

Last updated: October 04,2024

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

Please follow the guidelines below to install perl-Devel-PPPort.src on Oracle Linux 9

$ 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 9:

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

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

Last metadata expiration check: 3:04:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Devel-PPPort
Version : 3.62
Release : 4.el9
Architecture : src
Size : 458 k
Source : None
Repository : ol9_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.