How to Install and Uninstall libcorrect0_0_0 Package on openSuSE Tumbleweed

Last updated: November 27,2024

1. Install "libcorrect0_0_0" package

Here is a brief guide to show you how to install libcorrect0_0_0 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcorrect0_0_0

2. Uninstall "libcorrect0_0_0" package

This tutorial shows how to uninstall libcorrect0_0_0 on openSuSE Tumbleweed:

$ sudo zypper remove libcorrect0_0_0

3. Information about the libcorrect0_0_0 package on openSuSE Tumbleweed

Information for package libcorrect0_0_0:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libcorrect0_0_0
Version : 0.0.0+git.20180109-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 51.5 KiB
Installed : No
Status : not installed
Source package : libcorrect-0.0.0+git.20180109-4.1.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.