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

Last updated: October 06,2024

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

This is a short guide on how to install golang-github-d4l3k-messagediff-devel.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall golang-github-d4l3k-messagediff-devel.noarch on Fedora 36:

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

Last metadata expiration check: 2:07:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-d4l3k-messagediff-devel
Version : 1.2.1
Release : 12.fc36
Architecture : noarch
Size : 17 k
Source : golang-github-d4l3k-messagediff-1.2.1-12.fc36.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