How to Install and Uninstall mingw32-gdbm.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "mingw32-gdbm.noarch" package

Please follow the step by step instructions below to install mingw32-gdbm.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-gdbm.noarch

2. Uninstall "mingw32-gdbm.noarch" package

Please follow the steps below to uninstall mingw32-gdbm.noarch on Fedora 36:

$ sudo dnf remove mingw32-gdbm.noarch $ sudo dnf autoremove

3. Information about the mingw32-gdbm.noarch package on Fedora 36

Last metadata expiration check: 1:55:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-gdbm
Version : 1.11
Release : 17.fc36
Architecture : noarch
Size : 126 k
Source : mingw-gdbm-1.11-17.fc36.src.rpm
Repository : fedora
Summary : MinGW port of GNU database routines
URL : http://www.gnu.org/software/gdbm/
License : GPLv3+
Description : Gdbm is a GNU database indexing library, including routines which use
: extensible hashing. Gdbm works in a similar way to standard UNIX dbm
: routines. Gdbm is useful for developers who write C applications and
: need access to a simple and efficient database or who are building C
: applications which will use such a database.
:
: This is the MinGW Windows port of the libraries and development tools.