How To Install golang-github-putdotio-putio-devel on Fedora 36

In this tutorial we learn how to install golang-github-putdotio-putio-devel in Fedora 36. golang-github-putdotio-putio-devel is Put.io Go API client

Introduction

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

What is golang-github-putdotio-putio-devel

Putio is a Go client library for accessing the Put.io API v2. This package contains the source code needed for building packages that reference the following Go import paths – github.com/putdotio/go-putio

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

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

sudo dnf -y install golang-github-putdotio-putio-devel

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

sudo yum -y install golang-github-putdotio-putio-devel

How To Uninstall golang-github-putdotio-putio-devel on Fedora 36

To uninstall only the golang-github-putdotio-putio-devel package we can use the following command:

sudo dnf remove golang-github-putdotio-putio-devel

golang-github-putdotio-putio-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-putdotio-putio-devel
/usr/share/doc/golang-github-putdotio-putio-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/putdotio
/usr/share/gocode/src/github.com/putdotio/go-putio
/usr/share/gocode/src/github.com/putdotio/go-putio/.goipath
/usr/share/gocode/src/github.com/putdotio/go-putio/README.md
/usr/share/gocode/src/github.com/putdotio/go-putio/account.go
/usr/share/gocode/src/github.com/putdotio/go-putio/account_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/client.go
/usr/share/gocode/src/github.com/putdotio/go-putio/client_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/config.go
/usr/share/gocode/src/github.com/putdotio/go-putio/doc.go
/usr/share/gocode/src/github.com/putdotio/go-putio/error.go
/usr/share/gocode/src/github.com/putdotio/go-putio/events.go
/usr/share/gocode/src/github.com/putdotio/go-putio/events_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/example_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/files.go
/usr/share/gocode/src/github.com/putdotio/go-putio/files_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/friends.go
/usr/share/gocode/src/github.com/putdotio/go-putio/friends_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/go.mod
/usr/share/gocode/src/github.com/putdotio/go-putio/time.go
/usr/share/gocode/src/github.com/putdotio/go-putio/transfers.go
/usr/share/gocode/src/github.com/putdotio/go-putio/transfers_test.go
/usr/share/gocode/src/github.com/putdotio/go-putio/types.go
/usr/share/gocode/src/github.com/putdotio/go-putio/upload.go
/usr/share/gocode/src/github.com/putdotio/go-putio/zips.go
/usr/share/gocode/src/github.com/putdotio/go-putio/zips_test.go
/usr/share/licenses/golang-github-putdotio-putio-devel
/usr/share/licenses/golang-github-putdotio-putio-devel/LICENSE

References

Summary

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