How to Install and Uninstall python-intbitset-doc.noarch Package on Fedora 38

Last updated: June 03,2024

1. Install "python-intbitset-doc.noarch" package

Please follow the guidelines below to install python-intbitset-doc.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python-intbitset-doc.noarch

2. Uninstall "python-intbitset-doc.noarch" package

Please follow the step by step instructions below to uninstall python-intbitset-doc.noarch on Fedora 38:

$ sudo dnf remove python-intbitset-doc.noarch $ sudo dnf autoremove

3. Information about the python-intbitset-doc.noarch package on Fedora 38

Last metadata expiration check: 1:51:20 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python-intbitset-doc
Version : 3.0.2
Release : 1.fc38
Architecture : noarch
Size : 168 k
Source : python-intbitset-3.0.2-1.fc38.src.rpm
Repository : updates
Summary : Documentation for python-intbitset
URL : https://github.com/inveniosoftware-contrib/intbitset
License : LGPL-3.0-or-later AND BSD-2-Clause AND MIT
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.
:
: This package is providing the documentation for intbitset.