How To Install liblrdf on Fedora 34
Introduction
In this tutorial we learn how to install liblrdf
on Fedora 34.
What is liblrdf
liblrdf is a library to make it easy to manipulate RDF files describing LADSPA plugins. liblrdf 0.5.0 21.fc34 x86_64 29 k liblrdf-0.5.0-21.fc34.src.rpm fedora Library for manipulating RDF files describing LADSPA plugins https GPLv2+ liblrdf is a library to make it easy to manipulate RDF files describing LADSPA plugins.
We can use yum
or dnf
to install liblrdf
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install liblrdf.
Install liblrdf 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 liblrdf
using dnf
by running the following command:
sudo dnf -y install liblrdf
Install liblrdf 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 liblrdf
using yum
by running the following command:
sudo yum -y install liblrdf
How To Uninstall liblrdf on Fedora 34
To uninstall only the liblrdf
package we can use the following command:
sudo dnf remove liblrdf
liblrdf Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/67ed31488fb3ecc664a7c963b6ce1f4fc06fb4
/usr/lib/liblrdf.so.2
/usr/lib/liblrdf.so.2.0.0
/usr/share/doc/liblrdf
/usr/share/doc/liblrdf/AUTHORS
/usr/share/doc/liblrdf/COPYING
/usr/share/doc/liblrdf/NEWS
/usr/share/doc/liblrdf/README
/usr/share/ladspa/rdf/ladspa.rdfs
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/f24a91f28e9fb3ba110b0bd0af3dd03e624db2
/usr/lib64/liblrdf.so.2
/usr/lib64/liblrdf.so.2.0.0
/usr/share/doc/liblrdf
/usr/share/doc/liblrdf/AUTHORS
/usr/share/doc/liblrdf/COPYING
/usr/share/doc/liblrdf/NEWS
/usr/share/doc/liblrdf/README
/usr/share/ladspa/rdf/ladspa.rdfs
References
- [liblrdf website](https://github.com/swh/LRDF https://github.com/swh/LRDF)
Summary
In this tutorial we learn how to install liblrdf
on Fedora 34 using yum and dnf.