How To Install golang-github-jackc-pgconn-devel on Fedora 36

In this tutorial we learn how to install golang-github-jackc-pgconn-devel in Fedora 36. golang-github-jackc-pgconn-devel is Low-level PostgreSQL database driver

Introduction

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

What is golang-github-jackc-pgconn-devel

Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq. It is primarily intended to serve as the foundation for higher level libraries such as https Applications should handle normal queries with a higher level library and only use pgconn directly when required for low-level access to PostgreSQL functionality. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jackc/pgconn

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

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

sudo dnf -y install golang-github-jackc-pgconn-devel

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

sudo yum -y install golang-github-jackc-pgconn-devel

How To Uninstall golang-github-jackc-pgconn-devel on Fedora 36

To uninstall only the golang-github-jackc-pgconn-devel package we can use the following command:

sudo dnf remove golang-github-jackc-pgconn-devel

golang-github-jackc-pgconn-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jackc-pgconn-devel
/usr/share/doc/golang-github-jackc-pgconn-devel/CHANGELOG.md
/usr/share/doc/golang-github-jackc-pgconn-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jackc
/usr/share/gocode/src/github.com/jackc/pgconn
/usr/share/gocode/src/github.com/jackc/pgconn/.goipath
/usr/share/gocode/src/github.com/jackc/pgconn/CHANGELOG.md
/usr/share/gocode/src/github.com/jackc/pgconn/README.md
/usr/share/gocode/src/github.com/jackc/pgconn/auth_scram.go
/usr/share/gocode/src/github.com/jackc/pgconn/benchmark_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/config.go
/usr/share/gocode/src/github.com/jackc/pgconn/config_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/doc.go
/usr/share/gocode/src/github.com/jackc/pgconn/errors.go
/usr/share/gocode/src/github.com/jackc/pgconn/errors_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/export_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/go.mod
/usr/share/gocode/src/github.com/jackc/pgconn/helper_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/internal
/usr/share/gocode/src/github.com/jackc/pgconn/internal/ctxwatch
/usr/share/gocode/src/github.com/jackc/pgconn/internal/ctxwatch/context_watcher.go
/usr/share/gocode/src/github.com/jackc/pgconn/internal/ctxwatch/context_watcher_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/pgconn.go
/usr/share/gocode/src/github.com/jackc/pgconn/pgconn_stress_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/pgconn_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/stmtcache
/usr/share/gocode/src/github.com/jackc/pgconn/stmtcache/lru.go
/usr/share/gocode/src/github.com/jackc/pgconn/stmtcache/lru_test.go
/usr/share/gocode/src/github.com/jackc/pgconn/stmtcache/stmtcache.go
/usr/share/licenses/golang-github-jackc-pgconn-devel
/usr/share/licenses/golang-github-jackc-pgconn-devel/LICENSE

References

Summary

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