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

Last updated: September 20,2024

1. Install "perl-Linux-Pid.x86_64" package

This guide let you learn how to install perl-Linux-Pid.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Linux-Pid.x86_64

2. Uninstall "perl-Linux-Pid.x86_64" package

Please follow the guidelines below to uninstall perl-Linux-Pid.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-Linux-Pid.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:19:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Linux-Pid
Version : 0.04
Release : 46.el9
Architecture : x86_64
Size : 16 k
Source : perl-Linux-Pid-0.04-46.el9.src.rpm
Repository : epel
Summary : Get the native PID and the PPID on Linux
URL : https://metacpan.org/release/Linux-Pid
License : GPL+ or Artistic
Description : Linux::Pid gets the native PID and the PPID on Linux. It's useful with
: multithreaded programs. Linux's C library returns different values of
: the PID and the PPID from different threads. This module forces Perl
: to call the underlying C functions getpid() and getppid().