How To Install liblo on Fedora 34
Introduction
In this tutorial we learn how to install liblo
on Fedora 34.
What is liblo
liblo is an implementation of the Open Sound Control protocol for POSIX systems developed by Steve Harris. liblo 0.31 2.fc34 x86_64 69 k liblo-0.31-2.fc34.src.rpm fedora Open Sound Control library http LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install liblo.
Install liblo 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 liblo
using dnf
by running the following command:
sudo dnf -y install liblo
Install liblo 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 liblo
using yum
by running the following command:
sudo yum -y install liblo
How To Uninstall liblo on Fedora 34
To uninstall only the liblo
package we can use the following command:
sudo dnf remove liblo
liblo Package Contents on Fedora 34
/usr/bin/oscdump
/usr/bin/oscsend
/usr/bin/oscsendfile
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/1f2b95fe7b448058e3d12ab9792d2628488280
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/8a639dbddde0e984071e9f0a29782f79dc34c4
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/a0ffd2008d7b4b73c956a2bee801f6cd4766e6
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/38c583ec93908c07c0c23ef3a0016debc02bae
/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/9c
/usr/lib/.build-id/9c/77af0ad9fd48f48872e8e293de00c372aa3c59
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/ca54aa1bfdc3ac27e5a97cb7e098a127efadee
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/48b23e8e9150fa0afc31a4b920642a9ab1ee15
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/7e5c40ce44c7643edfec4671a889b66b481591
/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
- [liblo website](http://liblo.sourceforge.net http://liblo.sourceforge.net)
Summary
In this tutorial we learn how to install liblo
on Fedora 34 using yum and dnf.