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

Last updated: October 11,2024

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

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

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

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

Please follow the steps below to uninstall golang-github-jackc-pgmock-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:50:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-jackc-pgmock-devel
Version : 0
Release : 0.5.20210110git4fe30f7.fc36
Architecture : noarch
Size : 15 k
Source : golang-github-jackc-pgmock-0-0.5.20210110git4fe30f7.fc36.src.rpm
Repository : fedora
Summary : Mock a PostgreSQL server
URL : https://github.com/jackc/pgmock
License : MIT
Description : Pgmockproxy is a PostgreSQL proxy that logs the messages back and forth between
: the PostgreSQL client and server. This can aid in building a mocking script by
: running commands against a real server to observe the results. It can also be
: used to debug applications that speak the PostgreSQL wire protocol without
: needing to use a tool like Wireshark.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/jackc/pgmock