How to Install and Uninstall git.x86_64 Package on Fedora 39

Last updated: January 10,2025

1. Install "git.x86_64" package

This tutorial shows how to install git.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install git.x86_64

2. Uninstall "git.x86_64" package

This guide covers the steps necessary to uninstall git.x86_64 on Fedora 39:

$ sudo dnf remove git.x86_64 $ sudo dnf autoremove

3. Information about the git.x86_64 package on Fedora 39

Last metadata expiration check: 5:30:42 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : git
Version : 2.44.0
Release : 1.fc39
Architecture : x86_64
Size : 85 k
Source : git-2.44.0-1.fc39.src.rpm
Repository : @System
From repo : updates
Summary : Fast Version Control System
URL : https://git-scm.com/
License : BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Description : Git is a fast, scalable, distributed revision control system with an
: unusually rich command set that provides both high-level operations
: and full access to internals.
:
: The git rpm installs common set of tools which are usually using with
: small amount of dependencies. To install all git packages, including
: tools for integrating with other SCMs, install the git-all meta-package.