How to Install and Uninstall python2-BitVector Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python2-BitVector" package

Please follow the guidelines below to install python2-BitVector on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-BitVector

2. Uninstall "python2-BitVector" package

This guide let you learn how to uninstall python2-BitVector on openSUSE Leap:

$ sudo zypper remove python2-BitVector

3. Information about the python2-BitVector package on openSUSE Leap

Information for package python2-BitVector:
------------------------------------------
Repository : Main Repository
Name : python2-BitVector
Version : 3.4.9-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 461,6 KiB
Installed : No
Status : not installed
Source package : python-BitVector-3.4.9-bp153.1.14.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.