How To Install golang-xorm-core-devel on Fedora 36

In this tutorial we learn how to install golang-xorm-core-devel in Fedora 36. golang-xorm-core-devel is Lightweight & Compatible wrapper of database/sql

Introduction

In this tutorial we learn how to install golang-xorm-core-devel on Fedora 36.

What is golang-xorm-core-devel

Core is a lightweight wrapper of sql.DB. This package contains the source code needed for building packages that reference the following Go import paths – xorm.io/core

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

Install golang-xorm-core-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-xorm-core-devel using dnf by running the following command:

sudo dnf -y install golang-xorm-core-devel

Install golang-xorm-core-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-xorm-core-devel using yum by running the following command:

sudo yum -y install golang-xorm-core-devel

How To Uninstall golang-xorm-core-devel on Fedora 36

To uninstall only the golang-xorm-core-devel package we can use the following command:

sudo dnf remove golang-xorm-core-devel

golang-xorm-core-devel Package Contents on Fedora 36

/usr/share/doc/golang-xorm-core-devel
/usr/share/doc/golang-xorm-core-devel/README.md
/usr/share/gocode/src/xorm.io
/usr/share/gocode/src/xorm.io/core
/usr/share/gocode/src/xorm.io/core/.goipath
/usr/share/gocode/src/xorm.io/core/README.md
/usr/share/gocode/src/xorm.io/core/cache.go
/usr/share/gocode/src/xorm.io/core/column.go
/usr/share/gocode/src/xorm.io/core/converstion.go
/usr/share/gocode/src/xorm.io/core/db.go
/usr/share/gocode/src/xorm.io/core/db_test.go
/usr/share/gocode/src/xorm.io/core/dialect.go
/usr/share/gocode/src/xorm.io/core/driver.go
/usr/share/gocode/src/xorm.io/core/error.go
/usr/share/gocode/src/xorm.io/core/filter.go
/usr/share/gocode/src/xorm.io/core/filter_test.go
/usr/share/gocode/src/xorm.io/core/go.mod
/usr/share/gocode/src/xorm.io/core/ilogger.go
/usr/share/gocode/src/xorm.io/core/index.go
/usr/share/gocode/src/xorm.io/core/mapper.go
/usr/share/gocode/src/xorm.io/core/mapper_test.go
/usr/share/gocode/src/xorm.io/core/pk.go
/usr/share/gocode/src/xorm.io/core/pk_test.go
/usr/share/gocode/src/xorm.io/core/rows.go
/usr/share/gocode/src/xorm.io/core/scan.go
/usr/share/gocode/src/xorm.io/core/stmt.go
/usr/share/gocode/src/xorm.io/core/table.go
/usr/share/gocode/src/xorm.io/core/table_test.go
/usr/share/gocode/src/xorm.io/core/tx.go
/usr/share/gocode/src/xorm.io/core/type.go
/usr/share/licenses/golang-xorm-core-devel
/usr/share/licenses/golang-xorm-core-devel/LICENSE

References

Summary

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