How to Install and Uninstall perl-Bit-Vector.x86_64 Package on Fedora 36

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-Bit-Vector.x86_64 on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-Bit-Vector.x86_64 on Fedora 36:

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

3. Information about the perl-Bit-Vector.x86_64 package on Fedora 36

Last metadata expiration check: 1:25:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Bit-Vector
Version : 7.4
Release : 25.fc36
Architecture : x86_64
Size : 165 k
Source : perl-Bit-Vector-7.4-25.fc36.src.rpm
Repository : fedora
Summary : Efficient bit vector, set of integers and "big int" math library
URL : https://metacpan.org/release/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 algorithmic complexity) and
: therefore fast (in terms of execution speed) for instance through the
: widespread use of divide-and-conquer algorithms.