How to Install and Uninstall golang-github-gdamore-encoding-devel.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "golang-github-gdamore-encoding-devel.noarch" package

Please follow the guidance below to install golang-github-gdamore-encoding-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-gdamore-encoding-devel.noarch

2. Uninstall "golang-github-gdamore-encoding-devel.noarch" package

Learn how to uninstall golang-github-gdamore-encoding-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-gdamore-encoding-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-gdamore-encoding-devel.noarch package on Fedora 34

Last metadata expiration check: 5:58:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-gdamore-encoding-devel
Version : 1.0.0
Release : 7.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-gdamore-encoding-1.0.0-7.fc34.src.rpm
Repository : fedora
Summary : Various character map encodings missing from golang.org/x/net/encoding
URL : https://github.com/gdamore/encoding
License : ASL 2.0
Description : Package encoding provides a number of encodings that are missing from the
: standard Go encoding package.
:
: We hope that we can contribute these to the standard Go library someday. It
: turns out that some of these are useful for dealing with I/O streams coming
: from non-UTF friendly sources.
:
: The UTF8 Encoder is also useful for situations where valid UTF-8 might be
: carried in streams that contain non-valid UTF; in particular I use it for
: helping me cope with terminals that embed escape sequences in otherwise valid
: UTF-8.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gdamore/encoding