How to Install and Uninstall golang-github-jackc-pgx-devel.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "golang-github-jackc-pgx-devel.noarch" package

This guide let you learn how to install golang-github-jackc-pgx-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-jackc-pgx-devel.noarch

2. Uninstall "golang-github-jackc-pgx-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-jackc-pgx-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-jackc-pgx-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-jackc-pgx-devel.noarch package on Fedora 36

Last metadata expiration check: 0:31:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-jackc-pgx-devel
Version : 4.10.1
Release : 4.fc36
Architecture : noarch
Size : 89 k
Source : golang-github-jackc-pgx-4.10.1-4.fc36.src.rpm
Repository : fedora
Summary : PostgreSQL driver and toolkit for Go
URL : https://github.com/jackc/pgx
License : MIT
Description : Pgx is a pure Go driver and toolkit for PostgreSQL. pgx is different from other
: drivers such as pq because, while it can operate as a database/sql compatible
: driver, pgx is also usable directly. It offers a native interface similar to
: database/sql that offers better performance and more features.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jackc/pgx