How to Install and Uninstall golang-github-dop251-scsu-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "golang-github-dop251-scsu-dev" package

This guide let you learn how to install golang-github-dop251-scsu-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-dop251-scsu-dev

2. Uninstall "golang-github-dop251-scsu-dev" package

Learn how to uninstall golang-github-dop251-scsu-dev on Kali Linux:

$ sudo apt remove golang-github-dop251-scsu-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-dop251-scsu-dev package on Kali Linux

Package: golang-github-dop251-scsu-dev
Source: golang-github-dop251-scsu
Version: 0.0~git20220106.84ac880-3
Installed-Size: 54
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 13392
SHA256: dc74259f6fa341efb8596b95bff70e0be43a54f5104492289ed69c291d130a2b
SHA1: be421a9194d564657894a8a1b6d2a2cfb1e452bd
MD5sum: bf18b9babd8a2626e5e37d1c923b85ae
Description: Go Implementation of Standard Compression Scheme for Unicode (library)
A Standard Compression Scheme for Unicode implementation in Go.
.
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.
.
The code is based on the sample Java implementation found at
(ftp://ftp.unicode.org/Public/PROGRAMS/SCSU/) however the encoding
algorithm has been slightly modified as the implementation above
contains a few bugs.
.
The code has been fuzz-tested using go-fuzz to ensure that random
input neither crashes the Encoder nor the Decoder, and if it happens
to be a valid UTF-8, an Encode/Decode cycle produces identical
output.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dop251/scsu
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-dop251-scsu/golang-github-dop251-scsu-dev_0.0~git20220106.84ac880-3_all.deb