How To Install golang-github-racker-perigee-devel on Fedora 36

In this tutorial we learn how to install golang-github-racker-perigee-devel in Fedora 36. golang-github-racker-perigee-devel is REST client optimized for use with APIs using JSON

Introduction

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

What is golang-github-racker-perigee-devel

Perigee provides a REST client that, while it should be generic enough to use with most any RESTful API, is nonetheless optimized to the needs of the OpenStack APIs. Perigee grew out of the need to refactor out common API access code from the gorax project. Several things influenced the name of the project. Numerous elements of the OpenStack ecosystem are named after astronomical artifacts. Additionally, perigee occurs when two orbiting bodies are closest to each other. Perigee seemed appropriate for something aiming to bring OpenStack and other RESTful services closer to the end-user. This package contains the source code needed for building packages that reference the following Go import paths – github.com/racker/perigee

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

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

sudo dnf -y install golang-github-racker-perigee-devel

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

sudo yum -y install golang-github-racker-perigee-devel

How To Uninstall golang-github-racker-perigee-devel on Fedora 36

To uninstall only the golang-github-racker-perigee-devel package we can use the following command:

sudo dnf remove golang-github-racker-perigee-devel

golang-github-racker-perigee-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-racker-perigee-devel
/usr/share/doc/golang-github-racker-perigee-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/racker
/usr/share/gocode/src/github.com/racker/perigee
/usr/share/gocode/src/github.com/racker/perigee/.goipath
/usr/share/gocode/src/github.com/racker/perigee/README.md
/usr/share/gocode/src/github.com/racker/perigee/api.go
/usr/share/gocode/src/github.com/racker/perigee/api_test.go
/usr/share/licenses/golang-github-racker-perigee-devel
/usr/share/licenses/golang-github-racker-perigee-devel/LICENSE

References

Summary

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