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

Last updated: September 21,2024

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

This is a short guide on how to install perl-Devel-PPPort.x86_64 on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Devel-PPPort.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:48:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Devel-PPPort
Version : 3.62
Release : 4.el9
Architecture : x86_64
Size : 220 k
Source : perl-Devel-PPPort-3.62-4.el9.src.rpm
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.