How to Install and Uninstall git-lfs.x86_64 Package on AlmaLinux 8

Last updated: May 17,2024

1. Install "git-lfs.x86_64" package

In this section, we are going to explain the necessary steps to install git-lfs.x86_64 on AlmaLinux 8

$ 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 AlmaLinux 8:

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

3. Information about the git-lfs.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:57:25 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : git-lfs
Version : 2.13.3
Release : 2.el8
Architecture : x86_64
Size : 3.7 M
Source : git-lfs-2.13.3-2.el8.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.