How to Install and Uninstall libsys-cpuaffinity-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "libsys-cpuaffinity-perl" package

This guide covers the steps necessary to install libsys-cpuaffinity-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libsys-cpuaffinity-perl

2. Uninstall "libsys-cpuaffinity-perl" package

Learn how to uninstall libsys-cpuaffinity-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libsys-cpuaffinity-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsys-cpuaffinity-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsys-cpuaffinity-perl
Architecture: amd64
Version: 1.13~03-1
Multi-Arch: same
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 157
Depends: perl, perlapi-5.32.0, libc6 (>= 2.6)
Filename: pool/universe/libs/libsys-cpuaffinity-perl/libsys-cpuaffinity-perl_1.13~03-1_amd64.deb
Size: 32428
MD5sum: b275efbac9cb33a23aa243d2cc4bed35
SHA1: 34ef8503c9ee117d3930baf249f5825b112c1a80
SHA256: d97d5e5a46fb831051613c31dc061d466c4e61822bac8491045647e89fe6bde5
SHA512: 854ce7451793213f820d6c0be124a16bef0446e64c0d7d602d8d14883bbcb6ba72809baf08a56fd3f0782a3bcf7b32b562cf61a3df3f66db93868cb9fb43156b
Homepage: https://metacpan.org/release/Sys-CpuAffinity
Description-en: module to set CPU affinity for processes
The details of getting and setting process CPU affinities varies greatly from
system to system. Even among the different flavors of Unix there is very
little in the way of a common interface to CPU affinities. The existing tools
and libraries for setting CPU affinities are not very standardized, so that a
technique for setting CPU affinities on one system may not work on another
system with the same architecture.
.
Sys::CpuAffinity seeks to do one thing and do it well: manipulate CPU
affinities through a common interface on as many systems as possible, by any
means necessary.
.
The module is composed of several subroutines, each one implementing a
different technique to perform a CPU affinity operation. A technique might
try to import a Perl module, run an external program that might be installed
on your system, or invoke some C code to access your system libraries.
Usually, a technique is applicable to only a single or small group of
operating systems, and on any particular system, the vast majority of
techniques would fail. Regardless of your particular system and
configuration, it is hoped that at least one of the techniques will work and
you will be able to get and set the CPU affinities of your processes.
Description-md5: 2d5d91c0b4610ea8dcdf587c9987c1b3