How to Install and Uninstall librscode1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

1. Install "librscode1" package

This tutorial shows how to install librscode1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librscode1

2. Uninstall "librscode1" package

Learn how to uninstall librscode1 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librscode1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librscode1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librscode1
Priority: optional
Section: universe/libs
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: amd64
Source: librscode
Version: 1.3-3
Depends: libc6 (>= 2.4)
Filename: pool/universe/libr/librscode/librscode1_1.3-3_amd64.deb
Size: 8090
MD5sum: 128eb5a1b8d41017d918009221c7d4ed
SHA1: 08eb91e59377ce22da63291d145e95fbb8de71b4
SHA256: 053a85cc0adc42f6bfbfdef20cb14eed41dce9853d51ffe8ca5092d0eff0494b
Description-en: library implementing a Reed-Solomon error correction algorithm
The RSCODE project is an implementation of a Reed-Solomon error correction
algorithm. It provides a byte-sized block coding which is convenient for
adding protection to data which is stored as eight-bit bytes (i.e., most
common computer data).
.
The Reed-Solomon code is the same one used for encoding of data on Audio CD's
and CD-ROM disks, as well as many magnetic and optical disk controllers. You
basically want to use Reed-Solomon coding in any situation where "forward
error correction" is needed, i.e., the decoder will not have the option of
requesting retransmission of bad blocks.
.
This package contains the shared library.
Description-md5: 81acf4c1026e1284d9edf654b47ab293
Multi-Arch: same
Homepage: http://rscode.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu