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

Last updated: November 28,2024

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

Please follow the guidelines below to install python3-berkeleydb-devel.x86_64 on Fedora 38

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

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

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

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

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

Last metadata expiration check: 3:06:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-berkeleydb-devel
Version : 18.1.4
Release : 7.fc38
Architecture : x86_64
Size : 12 k
Source : python-berkeleydb-18.1.4-7.fc38.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.