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

Last updated: September 29,2024

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

In this section, we are going to explain the necessary steps to install golang-github-alecthomas-repr-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall golang-github-alecthomas-repr-devel.noarch on Fedora 34:

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

3. Information about the golang-github-alecthomas-repr-devel.noarch package on Fedora 34

Last metadata expiration check: 4:30:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-alecthomas-repr-devel
Version : 0
Release : 0.12.20210108gitbb82daf.fc34
Architecture : noarch
Size : 16 k
Source : golang-github-alecthomas-repr-0-0.12.20210108gitbb82daf.fc34.src.rpm
Repository : fedora
Summary : Python's repr() for Go
URL : https://github.com/alecthomas/repr
License : MIT
Description : This package attempts to represent Go values in a form that can be used almost
: directly in Go source code.
:
: Unfortunately, some values (such as pointers to basic types) can not be
: represented directly in Go. These values will be represented as &. eg.
: &23.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/alecthomas/repr