How to Install and Uninstall libcorrect.i686 Package on Fedora 38

Last updated: January 12,2025

1. Install "libcorrect.i686" package

Please follow the steps below to install libcorrect.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libcorrect.i686

2. Uninstall "libcorrect.i686" package

In this section, we are going to explain the necessary steps to uninstall libcorrect.i686 on Fedora 38:

$ sudo dnf remove libcorrect.i686 $ sudo dnf autoremove

3. Information about the libcorrect.i686 package on Fedora 38

Last metadata expiration check: 4:52:15 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libcorrect
Version : 0
Release : 10.20181010gitf5a28c7.fc38
Architecture : i686
Size : 31 k
Source : libcorrect-0-10.20181010gitf5a28c7.fc38.src.rpm
Repository : fedora
Summary : C library for Convolutional codes and Reed-Solomon
URL : https://github.com/quiet/libcorrect
License : BSD
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.