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

In this tutorial we learn how to install golang-github-jackc-pgproto3-devel in Fedora 36. golang-github-jackc-pgproto3-devel is Eencoder and decoder of the PostgreSQL wire protocol

Introduction

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

What is golang-github-jackc-pgproto3-devel

Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jackc/pgproto3

We can use yum or dnf to install golang-github-jackc-pgproto3-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-pgproto3-devel.

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-jackc-pgproto3-devel
/usr/share/doc/golang-github-jackc-pgproto3-devel/README.md
/usr/share/doc/golang-github-jackc-pgproto3-devel/example
/usr/share/doc/golang-github-jackc-pgproto3-devel/example/pgfortune
/usr/share/doc/golang-github-jackc-pgproto3-devel/example/pgfortune/README.md
/usr/share/doc/golang-github-jackc-pgproto3-devel/example/pgfortune/main.go
/usr/share/doc/golang-github-jackc-pgproto3-devel/example/pgfortune/server.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jackc
/usr/share/gocode/src/github.com/jackc/pgproto3
/usr/share/gocode/src/github.com/jackc/pgproto3/.goipath
/usr/share/gocode/src/github.com/jackc/pgproto3/README.md
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_cleartext_password.go
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_md5_password.go
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_ok.go
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_sasl.go
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_sasl_continue.go
/usr/share/gocode/src/github.com/jackc/pgproto3/authentication_sasl_final.go
/usr/share/gocode/src/github.com/jackc/pgproto3/backend.go
/usr/share/gocode/src/github.com/jackc/pgproto3/backend_key_data.go
/usr/share/gocode/src/github.com/jackc/pgproto3/backend_test.go
/usr/share/gocode/src/github.com/jackc/pgproto3/big_endian.go
/usr/share/gocode/src/github.com/jackc/pgproto3/bind.go
/usr/share/gocode/src/github.com/jackc/pgproto3/bind_complete.go
/usr/share/gocode/src/github.com/jackc/pgproto3/cancel_request.go
/usr/share/gocode/src/github.com/jackc/pgproto3/chunkreader.go
/usr/share/gocode/src/github.com/jackc/pgproto3/close.go
/usr/share/gocode/src/github.com/jackc/pgproto3/close_complete.go
/usr/share/gocode/src/github.com/jackc/pgproto3/command_complete.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_both_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_data.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_done.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_fail.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_in_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/copy_out_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/data_row.go
/usr/share/gocode/src/github.com/jackc/pgproto3/describe.go
/usr/share/gocode/src/github.com/jackc/pgproto3/doc.go
/usr/share/gocode/src/github.com/jackc/pgproto3/empty_query_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/error_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/example
/usr/share/gocode/src/github.com/jackc/pgproto3/example/pgfortune
/usr/share/gocode/src/github.com/jackc/pgproto3/example/pgfortune/README.md
/usr/share/gocode/src/github.com/jackc/pgproto3/execute.go
/usr/share/gocode/src/github.com/jackc/pgproto3/flush.go
/usr/share/gocode/src/github.com/jackc/pgproto3/frontend.go
/usr/share/gocode/src/github.com/jackc/pgproto3/frontend_test.go
/usr/share/gocode/src/github.com/jackc/pgproto3/function_call_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/go.mod
/usr/share/gocode/src/github.com/jackc/pgproto3/gss_enc_request.go
/usr/share/gocode/src/github.com/jackc/pgproto3/no_data.go
/usr/share/gocode/src/github.com/jackc/pgproto3/notice_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/notification_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/parameter_description.go
/usr/share/gocode/src/github.com/jackc/pgproto3/parameter_status.go
/usr/share/gocode/src/github.com/jackc/pgproto3/parse.go
/usr/share/gocode/src/github.com/jackc/pgproto3/parse_complete.go
/usr/share/gocode/src/github.com/jackc/pgproto3/password_message.go
/usr/share/gocode/src/github.com/jackc/pgproto3/pgproto3.go
/usr/share/gocode/src/github.com/jackc/pgproto3/portal_suspended.go
/usr/share/gocode/src/github.com/jackc/pgproto3/query.go
/usr/share/gocode/src/github.com/jackc/pgproto3/ready_for_query.go
/usr/share/gocode/src/github.com/jackc/pgproto3/row_description.go
/usr/share/gocode/src/github.com/jackc/pgproto3/sasl_initial_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/sasl_response.go
/usr/share/gocode/src/github.com/jackc/pgproto3/ssl_request.go
/usr/share/gocode/src/github.com/jackc/pgproto3/startup_message.go
/usr/share/gocode/src/github.com/jackc/pgproto3/sync.go
/usr/share/gocode/src/github.com/jackc/pgproto3/terminate.go
/usr/share/licenses/golang-github-jackc-pgproto3-devel
/usr/share/licenses/golang-github-jackc-pgproto3-devel/LICENSE

References

Summary

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