How to Install and Uninstall compat-golang-gopkg-playground-assert-2-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "compat-golang-gopkg-playground-assert-2-devel.noarch" package

This guide covers the steps necessary to install compat-golang-gopkg-playground-assert-2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-playground-assert-2-devel.noarch

2. Uninstall "compat-golang-gopkg-playground-assert-2-devel.noarch" package

This tutorial shows how to uninstall compat-golang-gopkg-playground-assert-2-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-gopkg-playground-assert-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-playground-assert-2-devel.noarch package on Fedora 34

Last metadata expiration check: 0:22:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-gopkg-playground-assert-2-devel
Version : 2.0.1
Release : 2.fc34
Architecture : noarch
Size : 8.1 k
Source : golang-github-playground-assert-2-2.0.1-2.fc34.src.rpm
Repository : fedora
Summary : Basic Assertion Library used along side native go testing
URL : https://github.com/go-playground/assert/v2
License : MIT
Description : Basic Assertion Library used along side native go testing, with building blocks
: for custom assertions.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/go-playground/assert/v2:
: – gopkg.in/go-playground/assert.v2
:
: 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
: github.com/go-playground/assert/v2.