How to Install and Uninstall libfec-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

1. Install "libfec-dev" package

This guide let you learn how to install libfec-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfec-dev

2. Uninstall "libfec-dev" package

Learn how to uninstall libfec-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfec-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfec-dev
Architecture: amd64
Version: 1.0+20161003-4
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: libfec
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Hamradio Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 119
Depends: libfec0 (= 1.0+20161003-4)
Filename: pool/universe/libf/libfec/libfec-dev_1.0+20161003-4_amd64.deb
Size: 30348
MD5sum: 73e44d141ef8e15cb200d0c5c40189b1
SHA1: 1f5a0796e6144994edb98a9be55b3c8949fae335
SHA256: 0cd378533cc82098fb0bd06992be6d96b6e1b8e95c8ad7e137cba0c3ce098b27
SHA512: d50eaf0e3da0a6581316fd46ce9c850e90e4d87126ff61053ed578a400610d15892342416c86a4f9b27f0afd4da56ddf36597cfd2818a62c3d0bee674ab9bc7f
Homepage: https://github.com/quiet/libfec
Description-en: forward error correction (FEC) algorithms - header files
This package provides a set of functions that implement several popular
forward error correction (FEC) algorithms and several low-level routines
useful in modems implemented with digital signal processing (DSP).
.
The following routines are provided:
1. Viterbi decoders for the following convolutional codes:
r=1/2 k=7 ("Voyager" code, now a widely used industry standard)
r=1/2 k=9 (Used on the IS-95 CDMA forward link)
r=1/6 k=15 ("Cassini" code, used by several NASA/JPL deep space missions)
2. Reed-Solomon encoders and decoders for any user-specified code.
3. Optimized encoder and decoder for the CCSDS-standard (255,223)
Reed-Solomon code, with and without the CCSDS-standard "dual basis" symbol
representation.
4. Compute dot product between a 16-bit buffer and a set of 16-bit
coefficients. This is the basic DSP primitive for digital filtering and
correlation.
4. Compute sum of squares of a buffer of 16-bit signed integers. This is
useful in DSP for finding the total energy in a signal.
5. Find peak value in a buffer of 16-bit signed integers, useful for
scaling a signal to prevent overflow.
.
This package automatically makes use of various SIMD (Single Instruction
stream, Multiple Data stream) instruction sets, when available: MMX, SSE and
SSE2 on the IA-32 (Intel) architecture, and Altivec on the PowerPC G4 and G5
used by Power Macintoshes.
Description-md5: 62c3a023f3452e4a04dff8d5789a5bcd