How To Install librcc on CentOS 8
Introduction
In this tutorial we learn how to install librcc on CentOS 8.
What is librcc
The Abilities of LibRCC Library - Language Autodetection. - On the fly translation between languages, using online-services! - Encoding Autodetection for most of European Languages. - Support for encoding detection plugins (besides Enca and LibRCD) - Recoding/translation of multi-language playlists! - Cache to speed-up re-recoding. - Possibility to configure new languages and encodings. - Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. - As well the separate program for configuration adjustment is available. - GTK2 UI Library with 3 lines of code. - Menu localization opportunity.
We can use yum or dnf to install librcc on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install librcc.
Install librcc on CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install librcc using yum by running the following command:
sudo yum -y install librcc
Install librcc on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install librcc using dnf by running the following command:
sudo dnf -y install librcc
How To Uninstall librcc on CentOS 8
To uninstall only the librcc package we can use the following command:
sudo dnf remove librcc
References
Summary
In this tutorial we learn how to install librcc on CentOS 8 using yum and dnf.