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

Last updated: June 03,2024

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

Here is a brief guide to show you how to install golang-github-jackc-pgconn-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall golang-github-jackc-pgconn-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:39:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-jackc-pgconn-devel
Version : 1.8.0
Release : 3.fc35
Architecture : noarch
Size : 49 k
Source : golang-github-jackc-pgconn-1.8.0-3.fc35.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