How To Install golang-github-git-lfs-gitobj-2-devel on Fedora 36

In this tutorial we learn how to install golang-github-git-lfs-gitobj-2-devel in Fedora 36. golang-github-git-lfs-gitobj-2-devel is Gitobj reads and writes Git objects

Introduction

In this tutorial we learn how to install golang-github-git-lfs-gitobj-2-devel on Fedora 36.

What is golang-github-git-lfs-gitobj-2-devel

Gitobj reads and writes Git objects. This package contains the source code needed for building packages that reference the following Go import paths – github.com/git-lfs/gitobj

We can use yum or dnf to install golang-github-git-lfs-gitobj-2-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-git-lfs-gitobj-2-devel.

Install golang-github-git-lfs-gitobj-2-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-git-lfs-gitobj-2-devel using dnf by running the following command:

sudo dnf -y install golang-github-git-lfs-gitobj-2-devel

Install golang-github-git-lfs-gitobj-2-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-git-lfs-gitobj-2-devel using yum by running the following command:

sudo yum -y install golang-github-git-lfs-gitobj-2-devel

How To Uninstall golang-github-git-lfs-gitobj-2-devel on Fedora 36

To uninstall only the golang-github-git-lfs-gitobj-2-devel package we can use the following command:

sudo dnf remove golang-github-git-lfs-gitobj-2-devel

golang-github-git-lfs-gitobj-2-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-git-lfs-gitobj-2-devel
/usr/share/doc/golang-github-git-lfs-gitobj-2-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/git-lfs
/usr/share/gocode/src/github.com/git-lfs/gitobj
/usr/share/gocode/src/github.com/git-lfs/gitobj/.goipath
/usr/share/gocode/src/github.com/git-lfs/gitobj/LICENSE.md
/usr/share/gocode/src/github.com/git-lfs/gitobj/README.md
/usr/share/gocode/src/github.com/git-lfs/gitobj/SECURITY.md
/usr/share/gocode/src/github.com/git-lfs/gitobj/backend.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/backend_nix.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/backend_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/backend_windows.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/blob.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/blob_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/commit.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/commit_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/errors
/usr/share/gocode/src/github.com/git-lfs/gitobj/errors.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/errors/errors.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/errors/errors_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/errors_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/file_storer.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/go.mod
/usr/share/gocode/src/github.com/git-lfs/gitobj/memory_storer.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/memory_storer_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_db.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_db_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_reader.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_reader_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_type.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_type_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_writer.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/object_writer_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/bounds.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/bounds_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_base.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_base_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_delta.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_delta_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/chain_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/delayed_object.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/errors.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/errors_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_decode.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_decode_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_entry.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v1.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v1_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v2.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_v2_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/index_version.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/io.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/io_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/object.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/object_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_decode.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_decode_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/packfile_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/set.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/set_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/storage.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/type.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/pack/type_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/storage
/usr/share/gocode/src/github.com/git-lfs/gitobj/storage/backend.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/storage/decompressing_readcloser.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/storage/multi_storage.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/storage/storage.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/storer.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/tag.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/tag_test.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/tree.go
/usr/share/gocode/src/github.com/git-lfs/gitobj/tree_test.go
/usr/share/licenses/golang-github-git-lfs-gitobj-2-devel
/usr/share/licenses/golang-github-git-lfs-gitobj-2-devel/LICENSE.md

References

Summary

In this tutorial we learn how to install golang-github-git-lfs-gitobj-2-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).