How to Install and Uninstall git-lfs.x86_64 Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "git-lfs.x86_64" package

Please follow the steps below to install git-lfs.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install git-lfs.x86_64

2. Uninstall "git-lfs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall git-lfs.x86_64 on CentOS Stream 9:

$ sudo dnf remove git-lfs.x86_64 $ sudo dnf autoremove

3. Information about the git-lfs.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:21:57 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : git-lfs
Version : 3.4.1
Release : 1.el9
Architecture : x86_64
Size : 4.2 M
Source : git-lfs-3.4.1-1.el9.src.rpm
Repository : appstream
Summary : Git extension for versioning large files
URL : https://git-lfs.github.io/
License : MIT
Description : Git Large File Storage (LFS) replaces large files such as audio samples,
: videos, datasets, and graphics with text pointers inside Git, while
: storing the file contents on a remote server.