How to Install and Uninstall golang-github-d4l3k-messagediff-devel.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "golang-github-d4l3k-messagediff-devel.noarch" package

This guide let you learn how to install golang-github-d4l3k-messagediff-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-d4l3k-messagediff-devel.noarch

2. Uninstall "golang-github-d4l3k-messagediff-devel.noarch" package

Please follow the guidance below to uninstall golang-github-d4l3k-messagediff-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-d4l3k-messagediff-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-d4l3k-messagediff-devel.noarch package on Fedora 34

Last metadata expiration check: 1:08:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-d4l3k-messagediff-devel
Version : 1.2.1
Release : 10.fc34
Architecture : noarch
Size : 17 k
Source : golang-github-d4l3k-messagediff-1.2.1-10.fc34.src.rpm
Repository : fedora
Summary : Library for doing diffs of arbitrary Golang structs
URL : https://github.com/d4l3k/messagediff
License : MIT
Description : A library for doing diffs of arbitrary Golang structs.
:
: If the unsafe package is available messagediff will diff unexported fields in
: addition to exported fields. This is primarily used for testing purposes as it
: allows for providing informative error messages.
:
: Optionally, fields in structs can be tagged as testdiff:"ignore" to make
: messagediff skip it when doing the comparison.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/d4l3k/messagediff