How to Install and Uninstall perl-Linux-Pid.x86_64 Package on Fedora 39

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Linux-Pid.x86_64 on Fedora 39

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

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

This tutorial shows how to uninstall perl-Linux-Pid.x86_64 on Fedora 39:

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

3. Information about the perl-Linux-Pid.x86_64 package on Fedora 39

Last metadata expiration check: 4:57:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Linux-Pid
Version : 0.04
Release : 52.fc39
Architecture : x86_64
Size : 16 k
Source : perl-Linux-Pid-0.04-52.fc39.src.rpm
Repository : fedora
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().