How To Install libldac on Fedora 36
Introduction
In this tutorial we learn how to install libldac
on Fedora 36.
What is libldac
LDAC is an audio coding technology developed by Sony. It enables the transmission of High-Resolution Audio content, even over a Bluetooth connection.
We can use yum
or dnf
to install libldac
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libldac.
Install libldac on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libldac
using dnf
by running the following command:
sudo dnf -y install libldac
Install libldac on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libldac
using yum
by running the following command:
sudo yum -y install libldac
How To Uninstall libldac on Fedora 36
To uninstall only the libldac
package we can use the following command:
sudo dnf remove libldac
libldac Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/46fedb21610bb040fb2f93cfcbfda422f9acba
/usr/lib/.build-id/95
/usr/lib/.build-id/95/bfaf304eac95fa9e7fd7f3d5d72e69417e4108
/usr/lib/libldacBT_abr.so
/usr/lib/libldacBT_abr.so.2
/usr/lib/libldacBT_abr.so.2.0.2.3
/usr/lib/libldacBT_enc.so
/usr/lib/libldacBT_enc.so.2
/usr/lib/libldacBT_enc.so.2.0.2.3
/usr/share/licenses/libldac
/usr/share/licenses/libldac/LICENSE
References
Summary
In this tutorial we learn how to install libldac
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libldac on Fedora 36” linkTitle: “libldac” type: “docs” description: “In this tutorial we learn how to install libldac in Fedora 36. libldac is A lossy audio codec for Bluetooth connections” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libldac-featured.png
Introduction
In this tutorial we learn how to install libldac
on Fedora 36.
What is libldac
LDAC is an audio coding technology developed by Sony. It enables the transmission of High-Resolution Audio content, even over a Bluetooth connection.
We can use yum
or dnf
to install libldac
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libldac.
Install libldac on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libldac
using dnf
by running the following command:
sudo dnf -y install libldac
Install libldac on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libldac
using yum
by running the following command:
sudo yum -y install libldac
How To Uninstall libldac on Fedora 36
To uninstall only the libldac
package we can use the following command:
sudo dnf remove libldac
libldac Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/28134b1b030609d6511917f0ef9f44f653c27e
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/402d780613b42e9195ae33f81d6afcf9243a31
/usr/lib64/libldacBT_abr.so
/usr/lib64/libldacBT_abr.so.2
/usr/lib64/libldacBT_abr.so.2.0.2.3
/usr/lib64/libldacBT_enc.so
/usr/lib64/libldacBT_enc.so.2
/usr/lib64/libldacBT_enc.so.2.0.2.3
/usr/share/licenses/libldac
/usr/share/licenses/libldac/LICENSE
References
Summary
In this tutorial we learn how to install libldac
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).