How to Install and Uninstall mingw64-gdbm.noarch Package on Fedora 35

Last updated: November 24,2024

1. Install "mingw64-gdbm.noarch" package

Please follow the step by step instructions below to install mingw64-gdbm.noarch on Fedora 35

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

2. Uninstall "mingw64-gdbm.noarch" package

Here is a brief guide to show you how to uninstall mingw64-gdbm.noarch on Fedora 35:

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

3. Information about the mingw64-gdbm.noarch package on Fedora 35

Last metadata expiration check: 2:07:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mingw64-gdbm
Version : 1.11
Release : 16.fc35
Architecture : noarch
Size : 121 k
Source : mingw-gdbm-1.11-16.fc35.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.