How to Install and Uninstall libgdbm6-32bit Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "libgdbm6-32bit" package

This guide covers the steps necessary to install libgdbm6-32bit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libgdbm6-32bit

2. Uninstall "libgdbm6-32bit" package

Please follow the instructions below to uninstall libgdbm6-32bit on openSuSE Tumbleweed:

$ sudo zypper remove libgdbm6-32bit

3. Information about the libgdbm6-32bit package on openSuSE Tumbleweed

Information for package libgdbm6-32bit:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libgdbm6-32bit
Version : 1.23-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 81.5 KiB
Installed : No
Status : not installed
Source package : gdbm-1.23-3.2.src
Upstream URL : https://www.gnu.org/software/gdbm/
Summary : GNU dbm key/data database
Description :
GNU dbm is a library of database functions that use extensible
hashing and work similar to the standard UNIX dbm. These routines are
provided to a programmer needing to create and manipulate a hashed
database.
The basic use of GDBM is to store key/data pairs in a data file. Each
key must be unique and each key is paired with only one data item.
The library provides primitives for storing key/data pairs, searching
and retrieving the data by its key and deleting a key along with its
data. It also supports sequential iteration over all key/data pairs in
a database.