How to Install and Uninstall librscode-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "librscode-dev" package

This guide covers the steps necessary to install librscode-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librscode-dev

2. Uninstall "librscode-dev" package

This guide covers the steps necessary to uninstall librscode-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librscode-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librscode-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librscode-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Christian Kastner
Architecture: amd64
Source: librscode
Version: 1.3-3
Depends: librscode1 (= 1.3-3)
Filename: pool/universe/libr/librscode/librscode-dev_1.3-3_amd64.deb
Size: 8784
MD5sum: ec68c0a4ed5ad698533f95958104541e
SHA1: 0a682836c5720f0971a80ea71160a2658c596215
SHA256: 3739b1140bec9ae32521cc876249d40a12fc67d73a098c02b7db1e77e3c671d5
Description-en: development libraries and headers for RSCODE
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 header file and the static library.
Description-md5: 0ef786fe368dba48af70fc4f254b7f02
Multi-Arch: same
Homepage: http://rscode.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu