How to Install and Uninstall libbitmask1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libbitmask1" package

Please follow the instructions below to install libbitmask1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libbitmask1

2. Uninstall "libbitmask1" package

Please follow the steps below to uninstall libbitmask1 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libbitmask1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbitmask1 package on Ubuntu 21.10 (Impish Indri)

Package: libbitmask1
Architecture: amd64
Version: 2.0-3
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: libbitmask
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 33
Depends: libc6 (>= 2.7)
Filename: pool/universe/libb/libbitmask/libbitmask1_2.0-3_amd64.deb
Size: 9166
MD5sum: b672d76ac00a07ce189c7e8d2855205f
SHA1: bb5cdf16da1c9a400f43058272d52839fc9a86ef
SHA256: 58006beaafe03d2905ef3d48ee81781880e26bbc2c84bae55f16073e4abe373a
SHA512: c2c7432aa3a9874c96a81daa08ba555b0302030f1f4237df1065425c142f9ad6ac7d0ec614bb9445f63e698d2964b38db577cddc06b5fe980b608f7e57a40114
Homepage: http://oss.sgi.com/projects/cpusets/
Description-en: supports multi-word bitmask operations
This Bitmask library supports multi-word bitmask operations for
applications programmed in 'C'. It works in conjunction with recent
Linux kernel support for processor and memory placement on
multiprocessor SMP and NUMA systems. The cpuset library, being
developed in parallel, depends on this bitmask library.
.
Bitmasks provide multi-word bit masks and operations thereon to do
such things as set and clear bits, intersect and union masks,
query bits, and display and parse masks.
.
The initial intended use for these bitmasks is to represent sets of
CPUs and Memory Nodes, when configuring large SMP and NUMA systems.
However there is little in the semantics of bitmasks that is
specific to this particular use, and bitmasks should be usable for
other purposes that had similar design requirements.
.
These bitmasks share the same underlying layout as the bitmasks
used by the Linux kernel to represent sets of CPUs and Memory
Nodes. Unlike the kernel bitmasks, these bitmasks use dynamically
allocated memory and are manipulated via a pointer. This enables a
program to work correctly on systems with various numbers of CPUs
and Nodes, without recompilation.
.
There is a related cpuset library which uses the bitmask type
provided here to represent sets of CPUs and Memory Nodes. The
internal representation (as an array of unsigned longs, in little
endian order) is directly compatible with the sched_setaffinity(2)
and sched_getaffinity(2) system calls (added in Linux 2.6).
Description-md5: 5a9693fca107bda778becadeaf910e27