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

Last updated: January 11,2025

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

This tutorial shows how to install compat-golang-gopkg-gorp-3-devel.noarch on Fedora 38

$ 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 instructions below to uninstall compat-golang-gopkg-gorp-3-devel.noarch on Fedora 38:

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

Last metadata expiration check: 1:35:51 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : compat-golang-gopkg-gorp-3-devel
Version : 3.1.0
Release : 1.fc38
Architecture : noarch
Size : 8.3 k
Source : golang-github-gorp-3-3.1.0-1.fc38.src.rpm
Repository : updates
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.