How to Install and Uninstall libfec0 Package on Kali Linux

Last updated: May 02,2024

1. Install "libfec0" package

Please follow the guidelines below to install libfec0 on Kali Linux

$ sudo apt update $ sudo apt install libfec0

2. Uninstall "libfec0" package

Please follow the instructions below to uninstall libfec0 on Kali Linux:

$ sudo apt remove libfec0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfec0 package on Kali Linux

Package: libfec0
Source: libfec
Version: 1.0-26-gc5d935f-1
Installed-Size: 63
Maintainer: Debian Hamradio Maintainers
Architecture: amd64
Depends: libc6 (>= 2.29)
Size: 20352
SHA256: 89c058ee0869680c8c7a6cd0db6ab321529e1df1ba42df7510431aab18449ac1
SHA1: 3dcd330ebe7aead3bc1d65fcbbb30d199eedf54a
MD5sum: caee9f13178b6b49e116f647441fe92d
Description: forward error correction (FEC) algorithms
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:
Multi-Arch: same
Homepage: https://github.com/fblomqvi/libfec
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libf/libfec/libfec0_1.0-26-gc5d935f-1_amd64.deb