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

Last updated: September 22,2024

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

Here is a brief guide to show you how to install golang-github-dop251-scsu-devel.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall golang-github-dop251-scsu-devel.noarch on Fedora 39:

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

Last metadata expiration check: 4:23:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-dop251-scsu-devel
Version : 0
Release : 0.6.20210407git8fadfb6.fc39
Architecture : noarch
Size : 22 k
Source : golang-github-dop251-scsu-0-0.6.20210407git8fadfb6.fc39.src.rpm
Repository : fedora
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