How To Install golang-github-gomodule-redigo-devel on Fedora 36

In this tutorial we learn how to install golang-github-gomodule-redigo-devel in Fedora 36. golang-github-gomodule-redigo-devel is Go client for redis

Introduction

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

What is golang-github-gomodule-redigo-devel

Redigo is a Go client for the Redis database. Features – A Print-like API with support for all Redis commands. – Pipelining, including pipelined transactions. – Publish/Subscribe. – Connection pooling. – Script helper type with optimistic use of EVALSHA. – Helper functions for working with command replies. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gomodule/redigo

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

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

sudo dnf -y install golang-github-gomodule-redigo-devel

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

sudo yum -y install golang-github-gomodule-redigo-devel

How To Uninstall golang-github-gomodule-redigo-devel on Fedora 36

To uninstall only the golang-github-gomodule-redigo-devel package we can use the following command:

sudo dnf remove golang-github-gomodule-redigo-devel

golang-github-gomodule-redigo-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gomodule-redigo-devel
/usr/share/doc/golang-github-gomodule-redigo-devel/README.markdown
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gomodule
/usr/share/gocode/src/github.com/gomodule/redigo
/usr/share/gocode/src/github.com/gomodule/redigo/.goipath
/usr/share/gocode/src/github.com/gomodule/redigo/glide.lock
/usr/share/gocode/src/github.com/gomodule/redigo/glide.yaml
/usr/share/gocode/src/github.com/gomodule/redigo/go.mod
/usr/share/gocode/src/github.com/gomodule/redigo/redis
/usr/share/gocode/src/github.com/gomodule/redigo/redis/commandinfo.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/commandinfo_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/conn.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/conn_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/doc.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/go17.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/go18.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/list_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/log.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/pool.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/pool_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/pubsub.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/pubsub_example_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/pubsub_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/redis.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/redis_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/reply.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/reply_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/scan.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/scan_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/script.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/script_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/test_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redis/zpop_example_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/commandinfo.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/commandinfo_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/connmux.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/connmux_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/db_test.go
/usr/share/gocode/src/github.com/gomodule/redigo/redisx/doc.go
/usr/share/licenses/golang-github-gomodule-redigo-devel
/usr/share/licenses/golang-github-gomodule-redigo-devel/LICENSE

References

Summary

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