How to Install and Uninstall compat-golang-github-imdario-mergo-devel.noarch Package on Fedora 38

Last updated: September 23,2024

1. Install "compat-golang-github-imdario-mergo-devel.noarch" package

Please follow the guidance below to install compat-golang-github-imdario-mergo-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install compat-golang-github-imdario-mergo-devel.noarch

2. Uninstall "compat-golang-github-imdario-mergo-devel.noarch" package

Please follow the steps below to uninstall compat-golang-github-imdario-mergo-devel.noarch on Fedora 38:

$ sudo dnf remove compat-golang-github-imdario-mergo-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-imdario-mergo-devel.noarch package on Fedora 38

Last metadata expiration check: 3:48:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-imdario-mergo-devel
Version : 1.0.0
Release : 1.fc38
Architecture : noarch
Size : 7.9 k
Source : golang-dario-mergo-1.0.0-1.fc38.src.rpm
Repository : updates
Summary : Tool to merge Go structs and maps
URL : https://github.com/imdario/mergo
License : BSD-3-Clause
Description : A helper to merge structs and maps in Golang. Useful for configuration default
: values, avoiding messy if-statements.
:
: This package provides symbolic links that alias the following Go import paths to
: dario.cat/mergo:
: – github.com/imdario/mergo
:
: 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
: dario.cat/mergo.