How To Install golang-github-pressly-goose-devel on Fedora 36

In this tutorial we learn how to install golang-github-pressly-goose-devel in Fedora 36. golang-github-pressly-goose-devel is Goose database migration tool

Introduction

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

What is golang-github-pressly-goose-devel

Goose database migration tool - fork of https This package contains the source code needed for building packages that reference the following Go import paths – github.com/pressly/goose

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

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

sudo dnf -y install golang-github-pressly-goose-devel

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

sudo yum -y install golang-github-pressly-goose-devel

How To Uninstall golang-github-pressly-goose-devel on Fedora 36

To uninstall only the golang-github-pressly-goose-devel package we can use the following command:

sudo dnf remove golang-github-pressly-goose-devel

golang-github-pressly-goose-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-pressly-goose-devel
/usr/share/doc/golang-github-pressly-goose-devel/README.md
/usr/share/doc/golang-github-pressly-goose-devel/examples
/usr/share/doc/golang-github-pressly-goose-devel/examples/README.md
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations/00001_create_users_table.sql
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations/00002_rename_root.go
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations/README.md
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations/foo.db
/usr/share/doc/golang-github-pressly-goose-devel/examples/go-migrations/main.go
/usr/share/doc/golang-github-pressly-goose-devel/examples/sql-migrations
/usr/share/doc/golang-github-pressly-goose-devel/examples/sql-migrations/00001_create_users_table.sql
/usr/share/doc/golang-github-pressly-goose-devel/examples/sql-migrations/00002_rename_root.sql
/usr/share/doc/golang-github-pressly-goose-devel/examples/sql-migrations/00003_no_transaction.sql
/usr/share/doc/golang-github-pressly-goose-devel/examples/sql-migrations/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pressly
/usr/share/gocode/src/github.com/pressly/goose
/usr/share/gocode/src/github.com/pressly/goose/.goipath
/usr/share/gocode/src/github.com/pressly/goose/README.md
/usr/share/gocode/src/github.com/pressly/goose/cmd
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_clickhouse.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_mssql.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_mysql.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_no_mysql.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_postgres.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/driver_sqlite3.go
/usr/share/gocode/src/github.com/pressly/goose/cmd/goose/main.go
/usr/share/gocode/src/github.com/pressly/goose/create.go
/usr/share/gocode/src/github.com/pressly/goose/create_test.go
/usr/share/gocode/src/github.com/pressly/goose/db.go
/usr/share/gocode/src/github.com/pressly/goose/dialect.go
/usr/share/gocode/src/github.com/pressly/goose/down.go
/usr/share/gocode/src/github.com/pressly/goose/examples
/usr/share/gocode/src/github.com/pressly/goose/examples/README.md
/usr/share/gocode/src/github.com/pressly/goose/examples/go-migrations
/usr/share/gocode/src/github.com/pressly/goose/examples/go-migrations/README.md
/usr/share/gocode/src/github.com/pressly/goose/examples/sql-migrations
/usr/share/gocode/src/github.com/pressly/goose/examples/sql-migrations/README.md
/usr/share/gocode/src/github.com/pressly/goose/fix.go
/usr/share/gocode/src/github.com/pressly/goose/fix_test.go
/usr/share/gocode/src/github.com/pressly/goose/goose.go
/usr/share/gocode/src/github.com/pressly/goose/goose_test.go
/usr/share/gocode/src/github.com/pressly/goose/helpers.go
/usr/share/gocode/src/github.com/pressly/goose/helpers_test.go
/usr/share/gocode/src/github.com/pressly/goose/log.go
/usr/share/gocode/src/github.com/pressly/goose/migrate.go
/usr/share/gocode/src/github.com/pressly/goose/migrate_test.go
/usr/share/gocode/src/github.com/pressly/goose/migration.go
/usr/share/gocode/src/github.com/pressly/goose/migration_sql.go
/usr/share/gocode/src/github.com/pressly/goose/redo.go
/usr/share/gocode/src/github.com/pressly/goose/reset.go
/usr/share/gocode/src/github.com/pressly/goose/sql_parser.go
/usr/share/gocode/src/github.com/pressly/goose/sql_parser_test.go
/usr/share/gocode/src/github.com/pressly/goose/status.go
/usr/share/gocode/src/github.com/pressly/goose/up.go
/usr/share/gocode/src/github.com/pressly/goose/version.go
/usr/share/licenses/golang-github-pressly-goose-devel
/usr/share/licenses/golang-github-pressly-goose-devel/LICENSE

References

Summary

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