How To Install golang-github-mattn-sqlite3-devel on Fedora 36

In this tutorial we learn how to install golang-github-mattn-sqlite3-devel in Fedora 36. golang-github-mattn-sqlite3-devel is Sqlite3 driver for go using database/sql

Introduction

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

What is golang-github-mattn-sqlite3-devel

Package Sqlite3 provides interface to SQLite3 databases. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mattn/go-sqlite3

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

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

sudo dnf -y install golang-github-mattn-sqlite3-devel

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

sudo yum -y install golang-github-mattn-sqlite3-devel

How To Uninstall golang-github-mattn-sqlite3-devel on Fedora 36

To uninstall only the golang-github-mattn-sqlite3-devel package we can use the following command:

sudo dnf remove golang-github-mattn-sqlite3-devel

golang-github-mattn-sqlite3-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mattn-sqlite3-devel
/usr/share/doc/golang-github-mattn-sqlite3-devel/README.md
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/custom_func
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/custom_func/main.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/hook
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/hook/hook.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/limit
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/limit/limit.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_regexp
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_regexp/Makefile
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_regexp/extension.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_regexp/sqlite3_mod_regexp.c
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_vtable
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_vtable/Makefile
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_vtable/extension.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_vtable/picojson.h
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/mod_vtable/sqlite3_mod_vtable.cc
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/simple
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/simple/simple.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/trace
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/trace/main.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable/main.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable/vtable.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable_eponymous_only
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable_eponymous_only/main.go
/usr/share/doc/golang-github-mattn-sqlite3-devel/_example/vtable_eponymous_only/vtable.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mattn
/usr/share/gocode/src/github.com/mattn/go-sqlite3
/usr/share/gocode/src/github.com/mattn/go-sqlite3/.goipath
/usr/share/gocode/src/github.com/mattn/go-sqlite3/README.md
/usr/share/gocode/src/github.com/mattn/go-sqlite3/backup.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/backup_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/callback.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/callback_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/convert.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/doc.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/error.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/error_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/glide.lock
/usr/share/gocode/src/github.com/mattn/go-sqlite3/glide.yaml
/usr/share/gocode/src/github.com/mattn/go-sqlite3/go.mod
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3-binding.c
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3-binding.h
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_context.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_func_crypt.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_func_crypt_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_go113_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_go18.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_go18_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_libsqlite3.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_load_extension.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_load_extension_omit.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_load_extension_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_allow_uri_authority.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_app_armor.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_foreign_keys.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_fts3_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_fts5.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_icu.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_introspect.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_json1.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_hook.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_hook_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_preupdate_omit.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete_fast.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_stat4.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.c
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_omit.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_full.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_incr.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_vtable.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_opt_vtable_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_other.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_solaris.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_test.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_trace.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_type.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_usleep_windows.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3_windows.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/sqlite3ext.h
/usr/share/gocode/src/github.com/mattn/go-sqlite3/static_mock.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/upgrade
/usr/share/gocode/src/github.com/mattn/go-sqlite3/upgrade/package.go
/usr/share/gocode/src/github.com/mattn/go-sqlite3/upgrade/upgrade.go
/usr/share/licenses/golang-github-mattn-sqlite3-devel
/usr/share/licenses/golang-github-mattn-sqlite3-devel/LICENSE

References

Summary

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