How to Install and Uninstall perl-Devel-PPPort.x86_64 Package on CentOS Stream 9

Last updated: October 05,2024

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

This is a short guide on how to install perl-Devel-PPPort.x86_64 on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the perl-Devel-PPPort.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:44:21 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Devel-PPPort
Version : 3.62
Release : 4.el9
Architecture : x86_64
Size : 212 k
Source : perl-Devel-PPPort-3.62-4.el9.src.rpm
Repository : 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.