How To Install perl-Bit-Vector.x86_64 on Amazon Linux 2

In this tutorial we learn how to install perl-Bit-Vector.x86_64 in Amazon Linux 2. perl-Bit-Vector.x86_64 is Efficient bit vector, set of integers and “big int” math library

Introduction

In this tutorial we learn how to install perl-Bit-Vector.x86_64 on Amazon Linux 2.

What is perl-Bit-Vector.x86_64

Bit 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.

We can use yum to install perl-Bit-Vector.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Bit-Vector.x86_64.

Install perl-Bit-Vector.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Bit-Vector.x86_64 using yum by running the following command:

sudo yum -y install perl-Bit-Vector.x86_64

How To Uninstall perl-Bit-Vector.x86_64 on Amazon Linux 2

To uninstall only the perl-Bit-Vector.x86_64 package we can use the following command:

sudo yum remove perl-Bit-Vector.x86_64

perl-Bit-Vector.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/perl5/vendor_perl/Bit
/usr/lib64/perl5/vendor_perl/Bit/Vector
/usr/lib64/perl5/vendor_perl/Bit/Vector.pm
/usr/lib64/perl5/vendor_perl/Bit/Vector.pod
/usr/lib64/perl5/vendor_perl/Bit/Vector/Overload.pm
/usr/lib64/perl5/vendor_perl/Bit/Vector/Overload.pod
/usr/lib64/perl5/vendor_perl/Bit/Vector/String.pm
/usr/lib64/perl5/vendor_perl/Bit/Vector/String.pod
/usr/lib64/perl5/vendor_perl/auto/Bit
/usr/lib64/perl5/vendor_perl/auto/Bit/Vector
/usr/lib64/perl5/vendor_perl/auto/Bit/Vector/Vector.so
/usr/share/doc/perl-Bit-Vector-7.3
/usr/share/doc/perl-Bit-Vector-7.3/Artistic.txt
/usr/share/doc/perl-Bit-Vector-7.3/CHANGES.txt
/usr/share/doc/perl-Bit-Vector-7.3/CREDITS.txt
/usr/share/doc/perl-Bit-Vector-7.3/GNU_GPL.txt
/usr/share/doc/perl-Bit-Vector-7.3/GNU_LGPL.txt
/usr/share/doc/perl-Bit-Vector-7.3/README.txt
/usr/share/doc/perl-Bit-Vector-7.3/examples
/usr/share/doc/perl-Bit-Vector-7.3/examples/SetObject.pl
/usr/share/doc/perl-Bit-Vector-7.3/examples/benchmk1.pl
/usr/share/doc/perl-Bit-Vector-7.3/examples/benchmk2.pl
/usr/share/doc/perl-Bit-Vector-7.3/examples/benchmk3.pl
/usr/share/doc/perl-Bit-Vector-7.3/examples/primes.pl
/usr/share/doc/perl-Bit-Vector-7.3/examples/test.c
/usr/share/man/man3/Bit::Vector.3pm.gz
/usr/share/man/man3/Bit::Vector::Overload.3pm.gz
/usr/share/man/man3/Bit::Vector::String.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Bit-Vector.x86_64 on Amazon Linux 2 using yum.