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

Last updated: May 20,2024

1. Install "python36-BitVector" package

Please follow the instructions below to install python36-BitVector on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-BitVector

2. Uninstall "python36-BitVector" package

Please follow the guidelines below to uninstall python36-BitVector on openSuSE Tumbleweed:

$ sudo zypper remove python36-BitVector

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

Information for package python36-BitVector:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-BitVector
Version : 3.5.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 448,1 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.