How to Install and Uninstall liblinux-pid-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "liblinux-pid-perl" package

This guide covers the steps necessary to install liblinux-pid-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblinux-pid-perl

2. Uninstall "liblinux-pid-perl" package

This tutorial shows how to uninstall liblinux-pid-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblinux-pid-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblinux-pid-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblinux-pid-perl
Priority: optional
Section: universe/perl
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.04-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libl/liblinux-pid-perl/liblinux-pid-perl_0.04-1build2_amd64.deb
Size: 6746
MD5sum: 5637ee988b11ff7644053bf26eea5c5c
SHA1: 317121f131df2e31f3375d124a6ef3427d209829
SHA256: 7b1754aabc39273b9876b55d82a2905a6868d4077537ae8d049d65dede59c318
Description-en: wrapper around the getpid() and getppid() C functions
Perl already returns the PID and PPID in variables and builtins. Linux::Pid
forces perl to call the underlying C functions getpid() and getppid().
.
This is useful with multithreaded programs. Linux' C library, using the Linux
thread model, returns different values of the PID and the PPID from different
threads.
.
A known consumer of this functionality is Apache2::SizeLimit (in
libapache2-mod-perl2).
Description-md5: 25692c456474be43f406f544ee69a22c
Homepage: https://metacpan.org/release/Linux-Pid
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu