How to Install and Uninstall compat-golang-gopkg-gorp-3-devel.noarch Package on Fedora 36

Last updated: May 03,2024

1. Install "compat-golang-gopkg-gorp-3-devel.noarch" package

Please follow the steps below to install compat-golang-gopkg-gorp-3-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-gorp-3-devel.noarch

2. Uninstall "compat-golang-gopkg-gorp-3-devel.noarch" package

This is a short guide on how to uninstall compat-golang-gopkg-gorp-3-devel.noarch on Fedora 36:

$ sudo dnf remove compat-golang-gopkg-gorp-3-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-gorp-3-devel.noarch package on Fedora 36

Last metadata expiration check: 5:34:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : compat-golang-gopkg-gorp-3-devel
Version : 3.0.2
Release : 3.fc36
Architecture : noarch
Size : 7.8 k
Source : golang-github-gorp-3-3.0.2-3.fc36.src.rpm
Repository : fedora
Summary : Go Relational Persistence - an ORM-ish library for Go
URL : https://github.com/go-gorp/gorp
License : MIT
Description : Go Relational Persistence - an ORM-ish library for Go.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/go-gorp/gorp/v3:
: – gopkg.in/gorp.v3
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/go-gorp/gorp/v3.