How to Install and Uninstall golang-github-dop251-scsu-devel.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-github-dop251-scsu-devel.noarch" package

This guide let you learn how to install golang-github-dop251-scsu-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-dop251-scsu-devel.noarch

2. Uninstall "golang-github-dop251-scsu-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-github-dop251-scsu-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-dop251-scsu-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-dop251-scsu-devel.noarch package on Fedora 34

Last metadata expiration check: 0:19:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-dop251-scsu-devel
Version : 0
Release : 0.1.20210407git8fadfb6.fc34
Architecture : noarch
Size : 21 k
Source : golang-github-dop251-scsu-0-0.1.20210407git8fadfb6.fc34.src.rpm
Repository : updates
Summary : A Standard Compression Scheme for Unicode implementation in Go
URL : https://github.com/dop251/scsu
License : MIT
Description : This in an implementation of SCSU as described in
: https://www.unicode.org/reports/tr6/tr6-4.html
:
: Although UTF-8 is now the most commonly used and recommended encoding, in some
: cases the use of SCSU can be beneficial. For example when storing or
: transmitting short alphabetical texts (Arabic, Hebrew, Russian, etc.) where
: general-purpose compression algorithms are inefficient, but SCSU provides nearly
: 50% compression ratio over UTF-8.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/dop251/scsu