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

Last updated: June 01,2024

1. Install "python39-BitVector" package

In this section, we are going to explain the necessary steps to install python39-BitVector on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-BitVector

2. Uninstall "python39-BitVector" package

This tutorial shows how to uninstall python39-BitVector on openSuSE Tumbleweed:

$ sudo zypper remove python39-BitVector

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

Information for package python39-BitVector:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-BitVector
Version : 3.5.0-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 444.9 KiB
Installed : No
Status : not installed
Source package : python-BitVector-3.5.0-1.15.src
Upstream URL : https://engineering.purdue.edu/kak/dist/
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.