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

Last updated: September 28,2024

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

Please follow the guidance below to install perl-Linux-Pid.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall perl-Linux-Pid.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:06:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Linux-Pid
Version : 0.04
Release : 44.fc34
Architecture : x86_64
Size : 16 k
Source : perl-Linux-Pid-0.04-44.fc34.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().