How To Install python3-pyliblo on Fedora 36

In this tutorial we learn how to install python3-pyliblo in Fedora 36. python3-pyliblo is Python bindings for the liblo OSC library

Introduction

In this tutorial we learn how to install python3-pyliblo on Fedora 36.

What is python3-pyliblo

pyliblo is a Python wrapper for the liblo Open Sound Control library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API. Also included are the command line utilities send_osc and dump_osc.

We can use yum or dnf to install python3-pyliblo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyliblo.

Install python3-pyliblo 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 python3-pyliblo using dnf by running the following command:

sudo dnf -y install python3-pyliblo

Install python3-pyliblo 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 python3-pyliblo using yum by running the following command:

sudo yum -y install python3-pyliblo

How To Uninstall python3-pyliblo on Fedora 36

To uninstall only the python3-pyliblo package we can use the following command:

sudo dnf remove python3-pyliblo

python3-pyliblo Package Contents on Fedora 36

/usr/bin/dump_osc
/usr/bin/send_osc
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/460407c437976494972d7d19f27e0a82713324
/usr/lib64/python3.10/site-packages/liblo.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/pyliblo-0.10.0-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-pyliblo
/usr/share/doc/python3-pyliblo/NEWS
/usr/share/doc/python3-pyliblo/README
/usr/share/doc/python3-pyliblo/examples
/usr/share/doc/python3-pyliblo/examples/example_client.py
/usr/share/doc/python3-pyliblo/examples/example_server.py
/usr/share/doc/python3-pyliblo/examples/example_server_deco.py
/usr/share/doc/python3-pyliblo/examples/test_server_thread.py
/usr/share/licenses/python3-pyliblo
/usr/share/licenses/python3-pyliblo/COPYING
/usr/share/man/man1/dump_osc.1.gz
/usr/share/man/man1/send_osc.1.gz

References

Summary

In this tutorial we learn how to install python3-pyliblo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).