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

Last updated: October 05,2024

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

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

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

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

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

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

Last metadata expiration check: 0:18:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-jackc-pgmock-devel
Version : 0
Release : 0.4.20210110git4fe30f7.fc35
Architecture : noarch
Size : 14 k
Source : golang-github-jackc-pgmock-0-0.4.20210110git4fe30f7.fc35.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