How to Install and Uninstall python3-intbitset.x86_64 Package on Fedora 38

Last updated: October 14,2024

1. Install "python3-intbitset.x86_64" package

This guide covers the steps necessary to install python3-intbitset.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install python3-intbitset.x86_64

2. Uninstall "python3-intbitset.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-intbitset.x86_64 on Fedora 38:

$ sudo dnf remove python3-intbitset.x86_64 $ sudo dnf autoremove

3. Information about the python3-intbitset.x86_64 package on Fedora 38

Last metadata expiration check: 1:39:32 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-intbitset
Version : 3.0.2
Release : 1.fc38
Architecture : x86_64
Size : 72 k
Source : python-intbitset-3.0.2-1.fc38.src.rpm
Repository : updates
Summary : Python C-based extension implementing fast integer bit sets
URL : https://github.com/inveniosoftware-contrib/intbitset
License : LGPL-3.0-or-later
Description : The intbitset library provides a set implementation to store sorted unsigned
: integers either 32-bits integers (between 0 and 2**31 - 1 or
: intbitset.__maxelem__) or an infinite range with fast set operations implemented
: via bit vectors in a Python C extension for speed and reduced memory usage.
:
: The inbitset class emulates the Python built-in set class interface with some
: additional specific methods such as its own fast dump and load marshalling
: functions.