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

Last updated: May 20,2024

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

Here is a brief guide to show you how to install compat-golang-gopkg-gorp-3-devel.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall compat-golang-gopkg-gorp-3-devel.noarch on Fedora 35:

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

Last metadata expiration check: 1:05:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-gopkg-gorp-3-devel
Version : 3.0.2
Release : 2.fc35
Architecture : noarch
Size : 7.7 k
Source : golang-github-gorp-3-3.0.2-2.fc35.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.