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

Last updated: May 19,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 36

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

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

Please follow the instructions below to uninstall golang-github-alecthomas-repr-devel.noarch on Fedora 36:

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

Last metadata expiration check: 4:29:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-alecthomas-repr-devel
Version : 0
Release : 0.13.20210108gitbb82daf.fc35
Architecture : noarch
Size : 16 k
Source : golang-github-alecthomas-repr-0-0.13.20210108gitbb82daf.fc35.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