How To Install librcd on Fedora 34

librcd is Library for autodetection charset of Russian and Ukrainian text Library for autodetection charset of Russian and Ukrainian text

Introduction

In this tutorial we learn how to install librcd on Fedora 34.

What is librcd

LibRCD is used by RusXMMS project for encoding auto-detection. It is optimized to handle very short titles, like ID3 tags, file names and etc, and provides very high accuracy even for short 3-4 letter words. Current version supports Russian and Ukrainian languages and able to distinguish UTF-8, KOI8-R, CP1251, CP866, ISO8859-1. If compared with Enca, LibRCC provides better detection accuracy on short titles and is able to detect ISO8859-1 (non-Cyrillic) encoding what allows to properly display correct ID3 v.1 titles. librcd 0.1.14 17.fc34 x86_64 48 k librcd-0.1.14-17.fc34.src.rpm fedora Library for autodetection charset of Russian and Ukrainian text http LGPLv2+ LibRCD is used by RusXMMS project for encoding auto-detection. It is optimized to handle very short titles, like ID3 tags, file names and etc, and provides very high accuracy even for short 3-4 letter words. Current version supports Russian and Ukrainian languages and able to distinguish UTF-8, KOI8-R, CP1251, CP866, ISO8859-1. If compared with Enca, LibRCC provides better detection accuracy on short titles and is able to detect ISO8859-1 (non-Cyrillic) encoding what allows to properly display correct ID3 v.1 titles.

We can use yum or dnf to install librcd on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librcd.

Install librcd on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install librcd using dnf by running the following command:

sudo dnf -y install librcd

Install librcd on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install librcd using yum by running the following command:

sudo yum -y install librcd

How To Uninstall librcd on Fedora 34

To uninstall only the librcd package we can use the following command:

sudo dnf remove librcd

librcd Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/68a8bea4658a211e260a359de52d71873f0cc3
/usr/lib/librcd.so.0
/usr/lib/librcd.so.0.1.14
/usr/share/doc/librcd
/usr/share/doc/librcd/AUTHORS
/usr/share/doc/librcd/README
/usr/share/licenses/librcd
/usr/share/licenses/librcd/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/cb9f39f7723eae4bf68ec4fe6d865e0d79cbb2
/usr/lib64/librcd.so.0
/usr/lib64/librcd.so.0.1.14
/usr/share/doc/librcd
/usr/share/doc/librcd/AUTHORS
/usr/share/doc/librcd/README
/usr/share/licenses/librcd
/usr/share/licenses/librcd/COPYING

References

Summary

In this tutorial we learn how to install librcd on Fedora 34 using yum and dnf.