How to Install and Uninstall python38-BitVector Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-BitVector" package

Here is a brief guide to show you how to install python38-BitVector on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-BitVector

2. Uninstall "python38-BitVector" package

This guide covers the steps necessary to uninstall python38-BitVector on openSuSE Tumbleweed:

$ sudo zypper remove python38-BitVector

3. Information about the python38-BitVector package on openSuSE Tumbleweed

Information for package python38-BitVector:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-BitVector
Version : 3.5.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 446,4 KiB
Installed : No
Status : not installed
Source package : python-BitVector-3.5.0-1.2.src
Summary : A memory-efficient packed representation for bit arrays in pure Python
Description :
With regard to the basic purpose of the module, it defines
the BitVector class as a memory-efficient packed
representation for bit arrays. The class comes with a large
number of methods for using the representation in diverse
applications such as computer security, computer vision,
etc.