How To Install python3-tdb on Fedora 36
Introduction
In this tutorial we learn how to install python3-tdb
on Fedora 36.
What is python3-tdb
Python3 bindings for libtdb
We can use yum
or dnf
to install python3-tdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-tdb.
Install python3-tdb on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-tdb
using dnf
by running the following command:
sudo dnf -y install python3-tdb
Install python3-tdb on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-tdb
using yum
by running the following command:
sudo yum -y install python3-tdb
How To Uninstall python3-tdb on Fedora 36
To uninstall only the python3-tdb
package we can use the following command:
sudo dnf remove python3-tdb
python3-tdb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/959cb2e9b792d4807381832b6c9027dbb16f18
/usr/lib/python3.10/site-packages/__pycache__/_tdb_text.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/_tdb_text.cpython-310.pyc
/usr/lib/python3.10/site-packages/_tdb_text.py
/usr/lib/python3.10/site-packages/tdb.cpython-310-i386-linux-gnu.so
References
Summary
In this tutorial we learn how to install python3-tdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install python3-tdb on Fedora 36” linkTitle: “python3-tdb” type: “docs” description: “In this tutorial we learn how to install python3-tdb in Fedora 36. python3-tdb is Python3 bindings for the Tdb library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/python3-tdb-featured.png
Introduction
In this tutorial we learn how to install python3-tdb
on Fedora 36.
What is python3-tdb
Python3 bindings for libtdb
We can use yum
or dnf
to install python3-tdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-tdb.
Install python3-tdb on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-tdb
using dnf
by running the following command:
sudo dnf -y install python3-tdb
Install python3-tdb on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-tdb
using yum
by running the following command:
sudo yum -y install python3-tdb
How To Uninstall python3-tdb on Fedora 36
To uninstall only the python3-tdb
package we can use the following command:
sudo dnf remove python3-tdb
python3-tdb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/088e9dd2670ca516288763afb818ed3a7b608f
/usr/lib64/python3.10/site-packages/__pycache__/_tdb_text.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/_tdb_text.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_tdb_text.py
/usr/lib64/python3.10/site-packages/tdb.cpython-310-x86_64-linux-gnu.so
References
Summary
In this tutorial we learn how to install python3-tdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).