How to Install and Uninstall perl-Bit-Vector.x86_64 Package on Amazon Linux 2

Last updated: May 08,2024

1. Install "perl-Bit-Vector.x86_64" package

This guide let you learn how to install perl-Bit-Vector.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Bit-Vector.x86_64

2. Uninstall "perl-Bit-Vector.x86_64" package

Please follow the guidance below to uninstall perl-Bit-Vector.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-Bit-Vector.x86_64 $ sudo yum autoremove

3. Information about the perl-Bit-Vector.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Bit-Vector
Arch : x86_64
Version : 7.3
Release : 3.amzn2.0.2
Size : 166 k
Repo : amzn2-core/2/x86_64
Summary : Efficient bit vector, set of integers and "big int" math library
URL : http://search.cpan.org/dist/Bit-Vector/
License : (GPLv2+ or Artistic) and LGPLv2+
Description : Bit::Vector is an efficient C library which allows you to handle
: bit vectors, sets (of integers), "big integer arithmetic" and
: boolean matrices, all of arbitrary sizes.
:
: The library is efficient (in terms of algorithmical complexity)
: and therefore fast (in terms of execution speed) for instance
: through the widespread use of divide-and-conquer algorithms.