How To Install lilv-libs on Fedora 36
Introduction
In this tutorial we learn how to install lilv-libs
on Fedora 36.
What is lilv-libs
lilv is a lightweight C library for Resource Description Syntax which supports reading and writing Turtle and NTriples. This package contains the libraries for lilv.
We can use yum
or dnf
to install lilv-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lilv-libs.
Install lilv-libs 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 lilv-libs
using dnf
by running the following command:
sudo dnf -y install lilv-libs
Install lilv-libs 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 lilv-libs
using yum
by running the following command:
sudo yum -y install lilv-libs
How To Uninstall lilv-libs on Fedora 36
To uninstall only the lilv-libs
package we can use the following command:
sudo dnf remove lilv-libs
lilv-libs Package Contents on Fedora 36
---
title: "How To Install lilv-libs on Fedora 36"
linkTitle: "lilv-libs"
type: "docs"
description: "In this tutorial we learn how to install lilv-libs in Fedora 36. lilv-libs is Libraries for lilv"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/lilv-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `lilv-libs` on Fedora 36.
### What is `lilv-libs`
> lilv is a lightweight C library for Resource Description Syntax which supports reading and writing Turtle and NTriples. This package contains the libraries for lilv.
We can use `yum` or `dnf` to install `lilv-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lilv-libs.
## Install lilv-libs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install lilv-libs
using dnf
by running the following command:
sudo dnf -y install lilv-libs
Install lilv-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/ee3e1841517303d6ac652511ca4ff475f5ccdd
/usr/lib/liblilv-0.so.0
/usr/lib/liblilv-0.so.0.24.12
/usr/share/doc/lilv-libs
/usr/share/doc/lilv-libs/AUTHORS
/usr/share/doc/lilv-libs/NEWS
/usr/share/doc/lilv-libs/README.md
/usr/share/licenses/lilv-libs
/usr/share/licenses/lilv-libs/COPYING
After updating yum database, We can install lilv-libs
using yum
by running the following command:
sudo yum -y install lilv-libs
How To Uninstall lilv-libs on Fedora 36
To uninstall only the lilv-libs
package we can use the following command:
sudo dnf remove lilv-libs
## References
## lilv-libs Package Contents on Fedora 36
* [lilv-libs website](http://drobilla.net/software/lilv/)
```bash
## Summary
In this tutorial we learn how to install `lilv-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/12b491b8bc0a6252f22c79e3ad3a87d70b8454
/usr/lib64/liblilv-0.so.0
/usr/lib64/liblilv-0.so.0.24.12
/usr/share/doc/lilv-libs
/usr/share/doc/lilv-libs/AUTHORS
/usr/share/doc/lilv-libs/NEWS
/usr/share/doc/lilv-libs/README.md
/usr/share/licenses/lilv-libs
/usr/share/licenses/lilv-libs/COPYING
References
Summary
In this tutorial we learn how to install lilv-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).