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

Last updated: October 05,2024

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

This is a short guide on how to install golang-github-jackc-pgx-devel.noarch on Fedora 34

$ 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 34:

$ 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 34

Last metadata expiration check: 0:02:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-jackc-pgx-devel
Version : 4.10.1
Release : 2.fc34
Architecture : noarch
Size : 89 k
Source : golang-github-jackc-pgx-4.10.1-2.fc34.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