How To Install golang-github-rubenv-sql-migrate-devel on Fedora 36

In this tutorial we learn how to install golang-github-rubenv-sql-migrate-devel in Fedora 36. golang-github-rubenv-sql-migrate-devel is SQL schema migration tool for Go

Introduction

In this tutorial we learn how to install golang-github-rubenv-sql-migrate-devel on Fedora 36.

What is golang-github-rubenv-sql-migrate-devel

sql-migrate is a SQL Schema migration tool for Go, based on gorp and goose. This package contains the source code needed for building packages that reference the following Go import paths – github.com/rubenv/sql-migrate

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

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

sudo dnf -y install golang-github-rubenv-sql-migrate-devel

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

sudo yum -y install golang-github-rubenv-sql-migrate-devel

How To Uninstall golang-github-rubenv-sql-migrate-devel on Fedora 36

To uninstall only the golang-github-rubenv-sql-migrate-devel package we can use the following command:

sudo dnf remove golang-github-rubenv-sql-migrate-devel

golang-github-rubenv-sql-migrate-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-rubenv-sql-migrate-devel
/usr/share/doc/golang-github-rubenv-sql-migrate-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/rubenv
/usr/share/gocode/src/github.com/rubenv/sql-migrate
/usr/share/gocode/src/github.com/rubenv/sql-migrate/.goipath
/usr/share/gocode/src/github.com/rubenv/sql-migrate/README.md
/usr/share/gocode/src/github.com/rubenv/sql-migrate/bindata_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/doc.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/go.mod
/usr/share/gocode/src/github.com/rubenv/sql-migrate/init_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/migrate.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/migrate_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sort_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_common.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_down.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_new.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_redo.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_skip.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_status.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/command_up.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/config.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/godror.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/main.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/main_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/mssql.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sql-migrate/oracle.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sqlparse
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sqlparse/README.md
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sqlparse/sqlparse.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/sqlparse/sqlparse_test.go
/usr/share/gocode/src/github.com/rubenv/sql-migrate/toapply_test.go
/usr/share/licenses/golang-github-rubenv-sql-migrate-devel
/usr/share/licenses/golang-github-rubenv-sql-migrate-devel/LICENSE

References

Summary

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