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

Last updated: October 05,2024

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

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

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

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

This is a short guide on how to uninstall compat-golang-github-unknwon-goconfig-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:24:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-unknwon-goconfig-devel
Version : 0
Release : 0.14.20210113gitdf7de6a.fc34
Architecture : noarch
Size : 9.2 k
Source : golang-github-unknwon-goconfig-0-0.14.20210113gitdf7de6a.fc34.src.rpm
Repository : fedora
Summary : Fully functional and comments-support configuration file (.ini) parser
URL : https://github.com/unknwon/goconfig
License : ASL 2.0
Description : Package Goconfig is a fully functional and comments-support configuration file
: (.ini) parser.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/unknwon/goconfig:
: – github.com/Unknwon/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/unknwon/goconfig.