How to Install and Uninstall libgdbm6 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libgdbm6" package

Please follow the instructions below to install libgdbm6 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libgdbm6

2. Uninstall "libgdbm6" package

In this section, we are going to explain the necessary steps to uninstall libgdbm6 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libgdbm6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgdbm6 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libgdbm6
Architecture: amd64
Version: 1.19-2
Multi-Arch: same
Priority: standard
Section: libs
Source: gdbm
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Bogatov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 91
Depends: libc6 (>= 2.14)
Suggests: gdbm-l10n (= 1.19-2)
Filename: pool/main/g/gdbm/libgdbm6_1.19-2_amd64.deb
Size: 27528
MD5sum: 21330a27b0ecb4600e5df259d2a9d914
SHA1: dc0d9d3d877e991ae0cbe8bd3a147459ff94504a
SHA256: cdef67bdd36602fa13939a3e26a50d7af3acc5ae17838553ee0cdf7d586b7685
SHA512: 7e2cc83a8a09cce3da75b97a6b28df837a77593425f906cb53f75fc8955c3fccd8f78a8d87ccf683128c2f0616e3f9543d122a8dfad7261fe81da0f26fc5729c
Homepage: https://gnu.org/software/gdbm
Description-en: GNU dbm database routines (runtime version)
GNU dbm ('gdbm') is a library of database functions that use extendible
hashing and works similarly to the standard UNIX 'dbm' functions.
.
The basic use of 'gdbm' is to store key/data pairs in a data file, thus
providing a persistent version of the 'dictionary' Abstract Data Type
('hash' to perl programmers).
Description-md5: 24b8412dee6fcbfee343c973abac1e5a
Task: standard
Build-Essential: yes