How to Install and Uninstall perl-Devel-PPPort.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

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

This guide let you learn how to install perl-Devel-PPPort.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidance below to uninstall perl-Devel-PPPort.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Devel-PPPort.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:01:14 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Devel-PPPort
Version : 3.36
Release : 5.el8
Architecture : x86_64
Size : 118 k
Source : perl-Devel-PPPort-3.36-5.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Perl Pollution Portability header generator
URL : http://search.cpan.org/dist/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.