How To Install golang-github-lestrrat-envload-devel on Fedora 36

In this tutorial we learn how to install golang-github-lestrrat-envload-devel in Fedora 36. golang-github-lestrrat-envload-devel is Restore and load environment variables

Introduction

In this tutorial we learn how to install golang-github-lestrrat-envload-devel on Fedora 36.

What is golang-github-lestrrat-envload-devel

Restore and load environment variables. This package contains the source code needed for building packages that reference the following Go import paths – github.com/lestrrat-go/envload

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

Install golang-github-lestrrat-envload-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-lestrrat-envload-devel using dnf by running the following command:

sudo dnf -y install golang-github-lestrrat-envload-devel

Install golang-github-lestrrat-envload-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-lestrrat-envload-devel using yum by running the following command:

sudo yum -y install golang-github-lestrrat-envload-devel

How To Uninstall golang-github-lestrrat-envload-devel on Fedora 36

To uninstall only the golang-github-lestrrat-envload-devel package we can use the following command:

sudo dnf remove golang-github-lestrrat-envload-devel

golang-github-lestrrat-envload-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-lestrrat-envload-devel
/usr/share/doc/golang-github-lestrrat-envload-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/lestrrat-go
/usr/share/gocode/src/github.com/lestrrat-go/envload
/usr/share/gocode/src/github.com/lestrrat-go/envload/.goipath
/usr/share/gocode/src/github.com/lestrrat-go/envload/README.md
/usr/share/gocode/src/github.com/lestrrat-go/envload/env.go
/usr/share/gocode/src/github.com/lestrrat-go/envload/env_test.go
/usr/share/gocode/src/github.com/lestrrat-go/envload/example_test.go
/usr/share/gocode/src/github.com/lestrrat-go/envload/interface.go
/usr/share/gocode/src/github.com/lestrrat-go/envload/options.go
/usr/share/licenses/golang-github-lestrrat-envload-devel
/usr/share/licenses/golang-github-lestrrat-envload-devel/LICENSE

References

Summary

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