How To Install golang-github-sendgrid-rest-devel on Fedora 36

In this tutorial we learn how to install golang-github-sendgrid-rest-devel in Fedora 36. golang-github-sendgrid-rest-devel is SendGrid’s Golang HTTP Client for calling APIs

Introduction

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

What is golang-github-sendgrid-rest-devel

SendGrid’s Golang HTTP Client for calling APIs. This package contains the source code needed for building packages that reference the following Go import paths – github.com/sendgrid/rest

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

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

sudo dnf -y install golang-github-sendgrid-rest-devel

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

sudo yum -y install golang-github-sendgrid-rest-devel

How To Uninstall golang-github-sendgrid-rest-devel on Fedora 36

To uninstall only the golang-github-sendgrid-rest-devel package we can use the following command:

sudo dnf remove golang-github-sendgrid-rest-devel

golang-github-sendgrid-rest-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-sendgrid-rest-devel
/usr/share/doc/golang-github-sendgrid-rest-devel/CHANGELOG.md
/usr/share/doc/golang-github-sendgrid-rest-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-sendgrid-rest-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-sendgrid-rest-devel/README.md
/usr/share/doc/golang-github-sendgrid-rest-devel/TROUBLESHOOTING.md
/usr/share/doc/golang-github-sendgrid-rest-devel/USAGE.md
/usr/share/doc/golang-github-sendgrid-rest-devel/examples
/usr/share/doc/golang-github-sendgrid-rest-devel/examples/example.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/sendgrid
/usr/share/gocode/src/github.com/sendgrid/rest
/usr/share/gocode/src/github.com/sendgrid/rest/.goipath
/usr/share/gocode/src/github.com/sendgrid/rest/CHANGELOG.md
/usr/share/gocode/src/github.com/sendgrid/rest/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/sendgrid/rest/CONTRIBUTING.md
/usr/share/gocode/src/github.com/sendgrid/rest/FIRST_TIMERS.md
/usr/share/gocode/src/github.com/sendgrid/rest/ISSUE_TEMPLATE.md
/usr/share/gocode/src/github.com/sendgrid/rest/LICENSE.md
/usr/share/gocode/src/github.com/sendgrid/rest/PULL_REQUEST_TEMPLATE.md
/usr/share/gocode/src/github.com/sendgrid/rest/README.md
/usr/share/gocode/src/github.com/sendgrid/rest/TROUBLESHOOTING.md
/usr/share/gocode/src/github.com/sendgrid/rest/USAGE.md
/usr/share/gocode/src/github.com/sendgrid/rest/docker
/usr/share/gocode/src/github.com/sendgrid/rest/docker/example.go
/usr/share/gocode/src/github.com/sendgrid/rest/rest.go
/usr/share/gocode/src/github.com/sendgrid/rest/rest_test.go
/usr/share/gocode/src/github.com/sendgrid/rest/use-cases
/usr/share/gocode/src/github.com/sendgrid/rest/use-cases/README.md

References

Summary

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