How To Install liblur on Fedora 34
Introduction
In this tutorial we learn how to install liblur
on Fedora 34.
What is liblur
The liblur package contains libraries and tools to access and configure the Logitech Unifying Receivers. The functionality are mainly listing, pairing and un-pairing Logitech devices attached to a receiver. liblur 0.15 2.fc34 x86_64 25 k libratbag-0.15-2.fc34.src.rpm fedora Logitech Unifying Receiver library https MIT The liblur package contains libraries and tools to access and configure the Logitech Unifying Receivers. The functionality are mainly listing, pairing and un-pairing Logitech devices attached to a receiver.
We can use yum
or dnf
to install liblur
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install liblur.
Install liblur 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 liblur
using dnf
by running the following command:
sudo dnf -y install liblur
Install liblur 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 liblur
using yum
by running the following command:
sudo yum -y install liblur
How To Uninstall liblur on Fedora 34
To uninstall only the liblur
package we can use the following command:
sudo dnf remove liblur
liblur Package Contents on Fedora 34
/usr/bin/lur-command
/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/100355a5cf273d36285e1dd1abc64bb79fda07
/usr/lib/.build-id/87
/usr/lib/.build-id/87/7fb6def8aea2ad9f7d7d48973ce9e87e4e5224
/usr/lib64/liblur.so.3
/usr/lib64/liblur.so.3.0.3
/usr/share/licenses/liblur
/usr/share/licenses/liblur/COPYING
/usr/share/man/man1/lur-command.1.gz
/usr/bin/lur-command
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/e40d8e31b825834cae5eb1b0cb3fe99da9c058
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/b49759cd69e8bc4233a655e8ad7431c36342ce
/usr/lib/liblur.so.3
/usr/lib/liblur.so.3.0.3
/usr/share/licenses/liblur
/usr/share/licenses/liblur/COPYING
/usr/share/man/man1/lur-command.1.gz
References
- [liblur website](https://github.com/libratbag/libratbag https://github.com/libratbag/libratbag)
Summary
In this tutorial we learn how to install liblur
on Fedora 34 using yum and dnf.