How to Install and Uninstall git-lfs Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "git-lfs" package

In this section, we are going to explain the necessary steps to install git-lfs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install git-lfs

2. Uninstall "git-lfs" package

In this section, we are going to explain the necessary steps to uninstall git-lfs on openSuSE Tumbleweed:

$ sudo zypper remove git-lfs

3. Information about the git-lfs package on openSuSE Tumbleweed

Information for package git-lfs:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : git-lfs
Version : 3.4.1-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 17.1 MiB
Installed : No
Status : not installed
Source package : git-lfs-3.4.1-1.3.src
Upstream URL : https://github.com/git-lfs/git-lfs
Summary : Git extension for versioning large files
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.