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

Last updated: July 01,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 8

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

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

Please follow the steps below to uninstall perl-Linux-Pid.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 5:45:29 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Linux-Pid
Version : 0.04
Release : 40.el8
Architecture : x86_64
Size : 19 k
Source : perl-Linux-Pid-0.04-40.el8.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().