How To Install golang-github-ldap-3-devel on Fedora 36

In this tutorial we learn how to install golang-github-ldap-3-devel in Fedora 36. golang-github-ldap-3-devel is Basic LDAP v3 functionality for the GO programming language

Introduction

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

What is golang-github-ldap-3-devel

Basic LDAP v3 functionality for the GO programming language. This package contains the source code needed for building packages that reference the following Go import paths – github.com/go-ldap/ldap/v3

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

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

sudo dnf -y install golang-github-ldap-3-devel

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

sudo yum -y install golang-github-ldap-3-devel

How To Uninstall golang-github-ldap-3-devel on Fedora 36

To uninstall only the golang-github-ldap-3-devel package we can use the following command:

sudo dnf remove golang-github-ldap-3-devel

golang-github-ldap-3-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ldap-3-devel
/usr/share/doc/golang-github-ldap-3-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-ldap-3-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/go-ldap
/usr/share/gocode/src/github.com/go-ldap/ldap
/usr/share/gocode/src/github.com/go-ldap/ldap/v3
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/.goipath
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/CONTRIBUTING.md
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/README.md
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/add.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/bind.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/client.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/compare.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/conn.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/conn_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/control.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/control_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/debug.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/del.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/dn.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/dn_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/doc.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/error.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/error_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/examples_moddn_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/examples_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/filter.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/filter_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/go.mod
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/ldap.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/ldap_test.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/moddn.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/modify.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/passwdmodify.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/request.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/search.go
/usr/share/gocode/src/github.com/go-ldap/ldap/v3/search_test.go
/usr/share/licenses/golang-github-ldap-3-devel
/usr/share/licenses/golang-github-ldap-3-devel/LICENSE

References

Summary

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