How To Install tcl-pgtcl on Fedora 36

In this tutorial we learn how to install tcl-pgtcl in Fedora 36. tcl-pgtcl is A Tcl client library for PostgreSQL

Introduction

In this tutorial we learn how to install tcl-pgtcl on Fedora 36.

What is tcl-pgtcl

PostgreSQL is an advanced Object-Relational database management system. The tcl-pgtcl package contains Pgtcl, a Tcl client library for connecting to a PostgreSQL server.

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

Install tcl-pgtcl 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 tcl-pgtcl using dnf by running the following command:

sudo dnf -y install tcl-pgtcl

Install tcl-pgtcl 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 tcl-pgtcl using yum by running the following command:

sudo yum -y install tcl-pgtcl

How To Uninstall tcl-pgtcl on Fedora 36

To uninstall only the tcl-pgtcl package we can use the following command:

sudo dnf remove tcl-pgtcl

tcl-pgtcl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/2db9d8dcf276ead7f06e57351f770359cd18c5
/usr/lib64/tcl8.6/pgtcl2.1.1
/usr/lib64/tcl8.6/pgtcl2.1.1/libpgtcl2.1.1.so
/usr/lib64/tcl8.6/pgtcl2.1.1/pkgIndex.tcl
/usr/share/doc/tcl-pgtcl
/usr/share/doc/tcl-pgtcl/INSTALL.html
/usr/share/doc/tcl-pgtcl/index.html
/usr/share/doc/tcl-pgtcl/legalnotice.html
/usr/share/doc/tcl-pgtcl/pg-backend-pid.html
/usr/share/doc/tcl-pgtcl/pg-blocking.html
/usr/share/doc/tcl-pgtcl/pg-cancelrequest.html
/usr/share/doc/tcl-pgtcl/pg-conndefaults.html
/usr/share/doc/tcl-pgtcl/pg-connect.html
/usr/share/doc/tcl-pgtcl/pg-describe-cursor.html
/usr/share/doc/tcl-pgtcl/pg-describe-prepared.html
/usr/share/doc/tcl-pgtcl/pg-disconnect.html
/usr/share/doc/tcl-pgtcl/pg-encrypt-password.html
/usr/share/doc/tcl-pgtcl/pg-escape-bytea.html
/usr/share/doc/tcl-pgtcl/pg-escape-identifier.html
/usr/share/doc/tcl-pgtcl/pg-escape-literal.html
/usr/share/doc/tcl-pgtcl/pg-escape-string.html
/usr/share/doc/tcl-pgtcl/pg-exec-params.html
/usr/share/doc/tcl-pgtcl/pg-exec-prepared.html
/usr/share/doc/tcl-pgtcl/pg-exec.html
/usr/share/doc/tcl-pgtcl/pg-execute.html
/usr/share/doc/tcl-pgtcl/pg-getresult.html
/usr/share/doc/tcl-pgtcl/pg-isbusy.html
/usr/share/doc/tcl-pgtcl/pg-listen.html
/usr/share/doc/tcl-pgtcl/pg-lo-close.html
/usr/share/doc/tcl-pgtcl/pg-lo-creat.html
/usr/share/doc/tcl-pgtcl/pg-lo-export.html
/usr/share/doc/tcl-pgtcl/pg-lo-import.html
/usr/share/doc/tcl-pgtcl/pg-lo-lseek.html
/usr/share/doc/tcl-pgtcl/pg-lo-lseek64.html
/usr/share/doc/tcl-pgtcl/pg-lo-open.html
/usr/share/doc/tcl-pgtcl/pg-lo-read.html
/usr/share/doc/tcl-pgtcl/pg-lo-tell.html
/usr/share/doc/tcl-pgtcl/pg-lo-tell64.html
/usr/share/doc/tcl-pgtcl/pg-lo-truncate.html
/usr/share/doc/tcl-pgtcl/pg-lo-truncate64.html
/usr/share/doc/tcl-pgtcl/pg-lo-unlink.html
/usr/share/doc/tcl-pgtcl/pg-lo-write.html
/usr/share/doc/tcl-pgtcl/pg-notice-handler.html
/usr/share/doc/tcl-pgtcl/pg-on-connection-loss.html
/usr/share/doc/tcl-pgtcl/pg-parameter-status.html
/usr/share/doc/tcl-pgtcl/pg-quote.html
/usr/share/doc/tcl-pgtcl/pg-result-callback.html
/usr/share/doc/tcl-pgtcl/pg-result.html
/usr/share/doc/tcl-pgtcl/pg-select.html
/usr/share/doc/tcl-pgtcl/pg-sendquery-params.html
/usr/share/doc/tcl-pgtcl/pg-sendquery-prepared.html
/usr/share/doc/tcl-pgtcl/pg-sendquery.html
/usr/share/doc/tcl-pgtcl/pg-server-version.html
/usr/share/doc/tcl-pgtcl/pg-transaction-status.html
/usr/share/doc/tcl-pgtcl/pg-unescape-bytea.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-async.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-asyncevent.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-cnq-execute.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-copy.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-dblist.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picstore-esc.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picstore-lo.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picstore-pq.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picview-esc.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picview-lo.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-picview-pq.html
/usr/share/doc/tcl-pgtcl/pgtcl-example-results.html
/usr/share/doc/tcl-pgtcl/pgtcl-examples.html
/usr/share/doc/tcl-pgtcl/pgtcl-load-static.html
/usr/share/doc/tcl-pgtcl/pgtcl-loading-load.html
/usr/share/doc/tcl-pgtcl/pgtcl-loading.html
/usr/share/doc/tcl-pgtcl/pgtcl-make-bcc.html
/usr/share/doc/tcl-pgtcl/pgtcl-make-macos.html
/usr/share/doc/tcl-pgtcl/pgtcl-make-mingw.html
/usr/share/doc/tcl-pgtcl/pgtcl-make.html
/usr/share/doc/tcl-pgtcl/pgtcl-overview.html
/usr/share/doc/tcl-pgtcl/pgtcl-preface.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref-async.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref-connstatus.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref-largeobj.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref-notif.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref-query.html
/usr/share/doc/tcl-pgtcl/pgtcl-ref.html
/usr/share/doc/tcl-pgtcl/stylesheet.css

References

Summary

In this tutorial we learn how to install tcl-pgtcl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).