How to Install and Uninstall compat-golang-github-garyburd-redigo-devel.noarch Package on Fedora 36

Last updated: July 07,2024

1. Install "compat-golang-github-garyburd-redigo-devel.noarch" package

This is a short guide on how to install compat-golang-github-garyburd-redigo-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install compat-golang-github-garyburd-redigo-devel.noarch

2. Uninstall "compat-golang-github-garyburd-redigo-devel.noarch" package

Please follow the guidelines below to uninstall compat-golang-github-garyburd-redigo-devel.noarch on Fedora 36:

$ sudo dnf remove compat-golang-github-garyburd-redigo-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-garyburd-redigo-devel.noarch package on Fedora 36

Last metadata expiration check: 2:19:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-github-garyburd-redigo-devel
Epoch : 1
Version : 1.8.3
Release : 4.fc36
Architecture : noarch
Size : 8.7 k
Source : golang-github-gomodule-redigo-1.8.3-4.fc36.src.rpm
Repository : fedora
Summary : Go client for redis
URL : https://github.com/gomodule/redigo
License : ASL 2.0
Description : 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 provides symbolic links that alias the following Go import paths to
: github.com/gomodule/redigo:
: – github.com/garyburd/redigo
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/gomodule/redigo.