How To Install libfc14audiodecoder on Fedora 34

libfc14audiodecoder is C wrapper library for Future Composer audio decoding C wrapper library for Future Composer audio decoding

Introduction

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

What is libfc14audiodecoder

This library provides a C API for a Future Composer audio decoder, which has been used in several plug-ins for versatile audio players like XMMS, BMP, Audacious and GStreamer. libfc14audiodecoder 1.0.3 17.fc34 x86_64 35 k libfc14audiodecoder-1.0.3-17.fc34.src.rpm fedora C wrapper library for Future Composer audio decoding http GPLv2+ This library provides a C API for a Future Composer audio decoder, which has been used in several plug-ins for versatile audio players like XMMS, BMP, Audacious and GStreamer.

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

Install libfc14audiodecoder 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 libfc14audiodecoder using dnf by running the following command:

sudo dnf -y install libfc14audiodecoder

Install libfc14audiodecoder 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 libfc14audiodecoder using yum by running the following command:

sudo yum -y install libfc14audiodecoder

How To Uninstall libfc14audiodecoder on Fedora 34

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

sudo dnf remove libfc14audiodecoder

libfc14audiodecoder Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/f31e9f46106234e5f226a29db2b18d6fe40dfd
/usr/lib64/libfc14audiodecoder.so.1
/usr/lib64/libfc14audiodecoder.so.1.0.0
/usr/share/doc/libfc14audiodecoder
/usr/share/doc/libfc14audiodecoder/README
/usr/share/licenses/libfc14audiodecoder
/usr/share/licenses/libfc14audiodecoder/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/66b635f3bcbf86b392be7871eb8a231f3d10f7
/usr/lib/libfc14audiodecoder.so.1
/usr/lib/libfc14audiodecoder.so.1.0.0
/usr/share/doc/libfc14audiodecoder
/usr/share/doc/libfc14audiodecoder/README
/usr/share/licenses/libfc14audiodecoder
/usr/share/licenses/libfc14audiodecoder/COPYING

References

Summary

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