How to Install and Uninstall golang-github-gdamore-encoding-devel.noarch Package on Oracle Linux 9

Last updated: September 21,2024

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

This is a short guide on how to install golang-github-gdamore-encoding-devel.noarch on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall golang-github-gdamore-encoding-devel.noarch on Oracle Linux 9:

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

3. Information about the golang-github-gdamore-encoding-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:30:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : golang-github-gdamore-encoding-devel
Version : 1.0.0
Release : 13.el9
Architecture : noarch
Size : 21 k
Source : golang-github-gdamore-encoding-1.0.0-13.el9.src.rpm
Repository : epel
Summary : Various character map encodings missing from golang.org/x/net/encoding
URL : https://github.com/gdamore/encoding
License : Apache-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