How to Install and Uninstall python3-bsddb3.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-bsddb3.x86_64" package

Please follow the guidelines below to install python3-bsddb3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-bsddb3.x86_64

2. Uninstall "python3-bsddb3.x86_64" package

Please follow the step by step instructions below to uninstall python3-bsddb3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-bsddb3.x86_64 $ sudo dnf autoremove

3. Information about the python3-bsddb3.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:13:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-bsddb3
Version : 6.2.9
Release : 8.el9
Architecture : x86_64
Size : 213 k
Source : python-bsddb3-6.2.9-8.el9.src.rpm
Repository : epel
Summary : Python 3 bindings for Berkeley DB
URL : https://pypi.org/project/bsddb3
License : BSD
Description : This package contains Python wrappers for Berkeley DB, the Open Source embedded
: database system. The Python wrappers allow you to store Python string objects of
: any length.