How to Install and Uninstall python3-gitdb.noarch Package on Fedora 39

Last updated: October 10,2024

1. Install "python3-gitdb.noarch" package

Learn how to install python3-gitdb.noarch on Fedora 39

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

2. Uninstall "python3-gitdb.noarch" package

Here is a brief guide to show you how to uninstall python3-gitdb.noarch on Fedora 39:

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

3. Information about the python3-gitdb.noarch package on Fedora 39

Last metadata expiration check: 2:09:47 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-gitdb
Version : 4.0.10
Release : 3.fc39
Architecture : noarch
Size : 142 k
Source : python-gitdb-4.0.10-3.fc39.src.rpm
Repository : fedora
Summary : Git Object Database
URL : https://github.com/gitpython-developers/gitdb
License : BSD-3-Clause
Description : GitDB allows you to access bare git repositories for reading and writing.
: It aims at allowing full access to loose objects as well as packs with
: performance and scalability in mind. It operates exclusively on streams,
: allowing to handle large objects with a small memory footprint.