How to Install and Uninstall libcorrect-devel.x86_64 Package on Fedora 36

Last updated: January 06,2025

1. Install "libcorrect-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libcorrect-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libcorrect-devel.x86_64

2. Uninstall "libcorrect-devel.x86_64" package

This tutorial shows how to uninstall libcorrect-devel.x86_64 on Fedora 36:

$ sudo dnf remove libcorrect-devel.x86_64 $ sudo dnf autoremove

3. Information about the libcorrect-devel.x86_64 package on Fedora 36

Last metadata expiration check: 4:13:01 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libcorrect-devel
Version : 0
Release : 8.20181010gitf5a28c7.fc36
Architecture : x86_64
Size : 11 k
Source : libcorrect-0-8.20181010gitf5a28c7.fc36.src.rpm
Repository : fedora
Summary : Development files for libcorrect
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.
:
: This subpackage contains libraries and header files for developing
: applications that want to make use of libcorrect.