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

Last updated: November 28,2024

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

This guide covers the steps necessary to install golang-github-alecthomas-repr-devel.noarch on Fedora 39

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

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

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

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

Last metadata expiration check: 1:34:15 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-alecthomas-repr-devel
Version : 0.4.0
Release : 1.fc39
Architecture : noarch
Size : 16 k
Source : golang-github-alecthomas-repr-0.4.0-1.fc39.src.rpm
Repository : updates
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