How To Install liblo on Fedora 36
Introduction
In this tutorial we learn how to install liblo
on Fedora 36.
What is liblo
liblo is an implementation of the Open Sound Control protocol for POSIX systems developed by Steve Harris.
We can use yum
or dnf
to install liblo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblo.
Install liblo 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 liblo
using dnf
by running the following command:
sudo dnf -y install liblo
Install liblo 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 liblo
using yum
by running the following command:
sudo yum -y install liblo
How To Uninstall liblo on Fedora 36
To uninstall only the liblo
package we can use the following command:
sudo dnf remove liblo
liblo Package Contents on Fedora 36
---
title: "How To Install liblo on Fedora 36"
linkTitle: "liblo"
type: "docs"
description: "In this tutorial we learn how to install liblo in Fedora 36. liblo is Open Sound Control library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblo-featured.png
---
## Introduction
In this tutorial we learn how to install `liblo` on Fedora 36.
### What is `liblo`
> liblo is an implementation of the Open Sound Control protocol for POSIX systems developed by Steve Harris.
We can use `yum` or `dnf` to install `liblo` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblo.
## Install liblo 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 liblo
using dnf
by running the following command:
sudo dnf -y install liblo
Install liblo 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 liblo
using yum
by running the following command:
sudo yum -y install liblo
How To Uninstall liblo on Fedora 36
To uninstall only the liblo
package we can use the following command:
sudo dnf remove liblo
liblo Package Contents on Fedora 36
/usr/bin/oscdump
/usr/bin/oscsend
/usr/bin/oscsendfile
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/3aec25b3ac2ec966de1d17b514a08018e8a1c2
/usr/lib/.build-id/47
/usr/lib/.build-id/47/93402973a248c084c8a57126610e16534f1a9d
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/fbcd5770eb161a7243aac2ec3492d099884b5e
/usr/lib/.build-id/be
/usr/lib/.build-id/be/7f8ca013509786188af9c97c53c2362e11944c
/usr/lib64/liblo.so.7
/usr/lib64/liblo.so.7.4.1
/usr/share/doc/liblo
/usr/share/doc/liblo/AUTHORS
/usr/share/doc/liblo/NEWS
/usr/share/licenses/liblo
/usr/share/licenses/liblo/COPYING
/usr/bin/oscdump
/usr/bin/oscsend
/usr/bin/oscsendfile
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/c6a1f6e22e5ae3142045f64cef64f8d89312b9
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/2ebbe983a7691027ba4fee512e125542652b7a
/usr/lib/.build-id/84
/usr/lib/.build-id/84/2c45315cc435fbb92588b6db1f649674010904
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/8d6257d26830c8241e8c7ba32605c7c60549b8
/usr/lib/liblo.so.7
/usr/lib/liblo.so.7.4.1
/usr/share/doc/liblo
/usr/share/doc/liblo/AUTHORS
/usr/share/doc/liblo/NEWS
/usr/share/licenses/liblo
/usr/share/licenses/liblo/COPYING
References
Summary
In this tutorial we learn how to install liblo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [liblo website](http://liblo.sourceforge.net)
## Summary
In this tutorial we learn how to install `liblo` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).