How to Install and Uninstall libgdbm4 Package on openSUSE Leap

Last updated: July 05,2024

1. Install "libgdbm4" package

Learn how to install libgdbm4 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libgdbm4

2. Uninstall "libgdbm4" package

Please follow the guidance below to uninstall libgdbm4 on openSUSE Leap:

$ sudo zypper remove libgdbm4

3. Information about the libgdbm4 package on openSUSE Leap

Information for package libgdbm4:
---------------------------------
Repository : Main Repository
Name : libgdbm4
Version : 1.12-1.418
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 251.7 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : gdbm-1.12-1.418.src
Upstream URL : https://www.gnu.org.ua/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.
For compatibility with programs using old UNIX dbm functions, the
package also provides traditional dbm and ndbm interfaces.