How to Install and Uninstall libsys-cpuaffinity-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libsys-cpuaffinity-perl" package

This tutorial shows how to install libsys-cpuaffinity-perl on Kali Linux

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

2. Uninstall "libsys-cpuaffinity-perl" package

This is a short guide on how to uninstall libsys-cpuaffinity-perl on Kali Linux:

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

3. Information about the libsys-cpuaffinity-perl package on Kali Linux

Package: libsys-cpuaffinity-perl
Source: libsys-cpuaffinity-perl (1.13~03-2)
Version: 1.13~03-2+b2
Installed-Size: 154
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.34)
Size: 32520
SHA256: c2b4db3fd46ec4a9093a9679dbb85bf41562ab33df052663c326674c045ec8cb
SHA1: d2b9294a6289ab8f40a1cd75ac64bef1316dc09c
MD5sum: 1576b76623654b4a59b4abe658ee2c29
Description: 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:
Homepage: https://metacpan.org/release/Sys-CpuAffinity
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsys-cpuaffinity-perl/libsys-cpuaffinity-perl_1.13~03-2+b2_amd64.deb