How to Install and Uninstall python3-minidb.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "python3-minidb.noarch" package

Please follow the guidance below to install python3-minidb.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-minidb.noarch

2. Uninstall "python3-minidb.noarch" package

Here is a brief guide to show you how to uninstall python3-minidb.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-minidb.noarch $ sudo dnf autoremove

3. Information about the python3-minidb.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:16:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-minidb
Version : 2.0.4
Release : 1.el8
Architecture : noarch
Size : 30 k
Source : python-minidb-2.0.4-1.el8.src.rpm
Repository : epel
Summary : Simple python object store
URL : https://github.com/thp/minidb
License : ISC
Description : minidb 2 makes it easy to store Python objects in a SQLite 3 database and
: work with the data in an easy way with concise syntax.