How to Install and Uninstall python3-berkeleydb-devel.x86_64 Package on Fedora 36

Last updated: July 05,2024

1. Install "python3-berkeleydb-devel.x86_64" package

Please follow the instructions below to install python3-berkeleydb-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-berkeleydb-devel.x86_64

2. Uninstall "python3-berkeleydb-devel.x86_64" package

Please follow the step by step instructions below to uninstall python3-berkeleydb-devel.x86_64 on Fedora 36:

$ sudo dnf remove python3-berkeleydb-devel.x86_64 $ sudo dnf autoremove

3. Information about the python3-berkeleydb-devel.x86_64 package on Fedora 36

Last metadata expiration check: 5:10:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-berkeleydb-devel
Version : 18.1.4
Release : 4.fc36
Architecture : x86_64
Size : 11 k
Source : python-berkeleydb-18.1.4-4.fc36.src.rpm
Repository : fedora
Summary : Python bindings for Oracle Berkeley DB
URL : https://www.jcea.es/programacion/pybsddb.htm
License : BSD and ZPLv2.0
Description : This module provides a nearly complete wrapping of the Oracle/Sleepycat C API
: for the Database Environment, Database, Cursor, Log Cursor, Sequence and
: Transaction objects, and each of these is exposed as a Python type in the
: berkeleydb.db module. The database objects can use various access methods:
: btree, hash, recno, queue and heap. Complete support of Oracle Berkeley DB
: distributed transactions. Complete support for Oracle Berkeley DB Replication
: Manager. Complete support for Oracle Berkeley DB Base Replication.