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

Last updated: July 03,2024

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

Please follow the guidance below to install golang-github-jackc-pgconn-devel.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall golang-github-jackc-pgconn-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:07:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-jackc-pgconn-devel
Version : 1.8.0
Release : 4.fc36
Architecture : noarch
Size : 49 k
Source : golang-github-jackc-pgconn-1.8.0-4.fc36.src.rpm
Repository : fedora
Summary : Low-level PostgreSQL database driver
URL : https://github.com/jackc/pgconn
License : MIT
Description : 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://github.com/jackc/pgx.
: 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