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

Last updated: October 10,2024

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

Please follow the step by step instructions below to install golang-github-alecthomas-assert-devel.noarch on Fedora 34

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

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

This tutorial shows how to uninstall golang-github-alecthomas-assert-devel.noarch on Fedora 34:

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

Last metadata expiration check: 0:35:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-alecthomas-assert-devel
Version : 0
Release : 0.10.20181111git405dbfe.fc34
Architecture : noarch
Size : 79 k
Source : golang-github-alecthomas-assert-0-0.10.20181111git405dbfe.fc34.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