How to Install and Uninstall libcorrect0_0_0 Package on openSUSE Leap

Last updated: May 17,2024

1. Install "libcorrect0_0_0" package

Please follow the steps below to install libcorrect0_0_0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libcorrect0_0_0

2. Uninstall "libcorrect0_0_0" package

Please follow the guidance below to uninstall libcorrect0_0_0 on openSUSE Leap:

$ sudo zypper remove libcorrect0_0_0

3. Information about the libcorrect0_0_0 package on openSUSE Leap

Information for package libcorrect0_0_0:
----------------------------------------
Repository : Main Repository
Name : libcorrect0_0_0
Version : 0.0.0+git.20180109-bp155.3.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 43.5 KiB
Installed : No
Status : not installed
Source package : libcorrect-0.0.0+git.20180109-bp155.3.15.src
Upstream URL : https://github.com/quiet/libcorrect
Summary : C library for Convolutional codes and Reed-Solomon
Description :
libcorrect is a library for Forward Error Correction. By using libcorrect,
extra redundancy can be encoded into a packet of data and then be sent
across a lossy channel. When the packet is received, it can be decoded to
recover the original, pre-encoded data.
libcorrect accomplishes this task with two algorithms, Convolutional codes
and Reed-Solomon. Convolutional codes are robust to a constant background
noise, while Reed-Solomon error correction is effective at dealing with
noise that occurs in bursts. These algorithms have played an important role
in telecommunications. libcorrect uses a Viterbi algorithm decoder to decode
convolutional codes.