How to Install and Uninstall perl-Bit-Vector.src Package on Oracle Linux 8

Last updated: July 04,2024

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

This guide covers the steps necessary to install perl-Bit-Vector.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Bit-Vector.src

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

This guide let you learn how to uninstall perl-Bit-Vector.src on Oracle Linux 8:

$ sudo dnf remove perl-Bit-Vector.src $ sudo dnf autoremove

3. Information about the perl-Bit-Vector.src package on Oracle Linux 8

Last metadata expiration check: 1:55:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Bit-Vector
Version : 7.4
Release : 11.el8
Architecture : src
Size : 149 k
Source : None
Repository : ol8_appstream
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.