How to Install and Uninstall compat-golang-github-crgimenes-goconfig-devel.noarch Package on Fedora 34

Last updated: May 02,2024

1. Install "compat-golang-github-crgimenes-goconfig-devel.noarch" package

Please follow the guidelines below to install compat-golang-github-crgimenes-goconfig-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-crgimenes-goconfig-devel.noarch

2. Uninstall "compat-golang-github-crgimenes-goconfig-devel.noarch" package

Learn how to uninstall compat-golang-github-crgimenes-goconfig-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-crgimenes-goconfig-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-crgimenes-goconfig-devel.noarch package on Fedora 34

Last metadata expiration check: 0:17:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-crgimenes-goconfig-devel
Version : 1.3.0
Release : 2.fc34
Architecture : noarch
Size : 8.5 k
Source : golang-github-gosidekick-goconfig-1.3.0-2.fc34.src.rpm
Repository : updates
Summary : Populates the fields of a struct with parameters from command line
URL : https://github.com/gosidekick/goconfig
License : MIT
Description : Goconfig uses a struct as input and populates the fields of this struct with
: parameters from command line, environment variables and configuration file.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/gosidekick/goconfig:
: – github.com/crgimenes/goconfig
:
: 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/gosidekick/goconfig.