How To Install librcc on Fedora 34
Introduction
In this tutorial we learn how to install librcc
on Fedora 34.
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. librcc 0.2.12 18.fc34 x86_64 89 k librcc-0.2.12-18.fc34.src.rpm fedora RusXMMS Charset Conversion Library http LGPLv2+ 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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librcc.
Install librcc 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 librcc
using dnf
by running the following command:
sudo dnf -y install librcc
Install librcc 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 librcc
using yum
by running the following command:
sudo yum -y install librcc
How To Uninstall librcc on Fedora 34
To uninstall only the librcc
package we can use the following command:
sudo dnf remove librcc
librcc Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/bdd0921ffeb227d707340c824506c2e6a17a3c
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/e82166200c537fd9d16c8bc49a304b5d516765
/usr/lib/.build-id/83
/usr/lib/.build-id/83/50551df009252a4ecd96dd347ecd218d1563e6
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/2e34c7af7650ac9592f458a530c82ea31d2ecf
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/d1950065436a882eb6992b21a6f7fd996b5d75
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/ce0e376667bb8b7fba60aec7c8c899124c78a2
/usr/lib64/librcc.so.0
/usr/lib64/librcc.so.0.2.12
/usr/lib64/librccui.so.0
/usr/lib64/librccui.so.0.2.12
/usr/lib64/rcc
/usr/lib64/rcc/engines
/usr/lib64/rcc/engines/libguess_engine.so
/usr/lib64/rcc/engines/librcd_engine.so
/usr/lib64/rcc/engines/western_engine.so
/usr/lib64/rcc/rccexternal
/usr/share/doc/librcc
/usr/share/doc/librcc/AUTHORS
/usr/share/doc/librcc/COPYING
/usr/share/doc/librcc/NEWS
/usr/share/doc/librcc/README
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/c3a0027bafeac2465b1ed119c5d833857c3f1a
/usr/lib/.build-id/46
/usr/lib/.build-id/46/a0a1d2ec2c172a8b1a257bf18a29b054f1cfb7
/usr/lib/.build-id/63
/usr/lib/.build-id/63/5497075e672ecf11b8bf856c485e0d70f439de
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/162d926e349dbb3104317697ae2a8217186ae3
/usr/lib/.build-id/95
/usr/lib/.build-id/95/e28ab8a6219d6576bf4c5b1984cfe0378e1549
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/682e246a8fba3838991567fc0435dd944581c9
/usr/lib/librcc.so.0
/usr/lib/librcc.so.0.2.12
/usr/lib/librccui.so.0
/usr/lib/librccui.so.0.2.12
/usr/lib/rcc
/usr/lib/rcc/engines
/usr/lib/rcc/engines/libguess_engine.so
/usr/lib/rcc/engines/librcd_engine.so
/usr/lib/rcc/engines/western_engine.so
/usr/lib/rcc/rccexternal
/usr/share/doc/librcc
/usr/share/doc/librcc/AUTHORS
/usr/share/doc/librcc/COPYING
/usr/share/doc/librcc/NEWS
/usr/share/doc/librcc/README
References
- [librcc website](http://rusxmms.sourceforge.net http://rusxmms.sourceforge.net)
Summary
In this tutorial we learn how to install librcc
on Fedora 34 using yum and dnf.