How To Install liblrdf on Fedora 36
Introduction
In this tutorial we learn how to install liblrdf
on Fedora 36.
What is liblrdf
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblrdf.
Install liblrdf 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 liblrdf
using dnf
by running the following command:
sudo dnf -y install liblrdf
Install liblrdf 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 liblrdf
using yum
by running the following command:
sudo yum -y install liblrdf
How To Uninstall liblrdf on Fedora 36
To uninstall only the liblrdf
package we can use the following command:
sudo dnf remove liblrdf
liblrdf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/72f9aa4733f9546b9c05f454a242d40425fa03
/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
References
Summary
In this tutorial we learn how to install liblrdf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install liblrdf on Fedora 36” linkTitle: “liblrdf” type: “docs” description: “In this tutorial we learn how to install liblrdf in Fedora 36. liblrdf is Library for manipulating RDF files describing LADSPA plugins” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/liblrdf-featured.png
Introduction
In this tutorial we learn how to install liblrdf
on Fedora 36.
What is liblrdf
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblrdf.
Install liblrdf 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 liblrdf
using dnf
by running the following command:
sudo dnf -y install liblrdf
Install liblrdf 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 liblrdf
using yum
by running the following command:
sudo yum -y install liblrdf
How To Uninstall liblrdf on Fedora 36
To uninstall only the liblrdf
package we can use the following command:
sudo dnf remove liblrdf
liblrdf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/3d2fb82bca5ec938f0644ec875652565679636
/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
Summary
In this tutorial we learn how to install liblrdf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).