How to Install and Uninstall golang-github-alecthomas-assert-devel.noarch Package on Fedora 36

Last updated: May 14,2024

1. Install "golang-github-alecthomas-assert-devel.noarch" package

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

$ sudo dnf update $ sudo dnf install golang-github-alecthomas-assert-devel.noarch

2. Uninstall "golang-github-alecthomas-assert-devel.noarch" package

Learn how to uninstall golang-github-alecthomas-assert-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-alecthomas-assert-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-alecthomas-assert-devel.noarch package on Fedora 36

Last metadata expiration check: 4:27:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-alecthomas-assert-devel
Version : 0
Release : 0.12.20181111git405dbfe.fc36
Architecture : noarch
Size : 78 k
Source : golang-github-alecthomas-assert-0-0.12.20181111git405dbfe.fc36.src.rpm
Repository : fedora
Summary : Fork of stretchr/testify/require that provides much nicer diffs
URL : https://github.com/alecthomas/assert
License : MIT
Description : This is a fork of stretchr's assertion library that does two things:
:
: – It makes spotting differences in equality much easier. It uses repr and
: diffmatchpatch to display structural differences in colour.
: – Aborts tests on first assertion failure (the same behaviour as
: stretchr/testify/require).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/alecthomas/assert