How To Install golang-github-gorp-3-devel on Fedora 36

In this tutorial we learn how to install golang-github-gorp-3-devel in Fedora 36. golang-github-gorp-3-devel is Go Relational Persistence - an ORM-ish library for Go

Introduction

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

What is golang-github-gorp-3-devel

Go Relational Persistence - an ORM-ish library for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/go-gorp/gorp/v3

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

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

sudo dnf -y install golang-github-gorp-3-devel

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

sudo yum -y install golang-github-gorp-3-devel

How To Uninstall golang-github-gorp-3-devel on Fedora 36

To uninstall only the golang-github-gorp-3-devel package we can use the following command:

sudo dnf remove golang-github-gorp-3-devel

golang-github-gorp-3-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gorp-3-devel
/usr/share/doc/golang-github-gorp-3-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-gorp-3-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/go-gorp
/usr/share/gocode/src/github.com/go-gorp/gorp
/usr/share/gocode/src/github.com/go-gorp/gorp/v3
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/.goipath
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/CONTRIBUTING.md
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/README.md
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/column.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/context_test.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/db.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/db_test.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_mysql.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_mysql_test.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_oracle.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_postgres.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_postgres_test.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_sqlite.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/dialect_sqlserver.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/doc.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/errors.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/go.mod
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/gorp.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/gorp_test.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/hooks.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/index.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/lockerror.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/logging.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/nulltypes.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/select.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/table.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/table_bindings.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/transaction.go
/usr/share/gocode/src/github.com/go-gorp/gorp/v3/transaction_test.go
/usr/share/licenses/golang-github-gorp-3-devel
/usr/share/licenses/golang-github-gorp-3-devel/LICENSE

References

Summary

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