How To Install librnd on Fedora 34
Introduction
In this tutorial we learn how to install librnd
on Fedora 34.
What is librnd
HID, polygons, infrastructure for 3rd party applications. librnd 2.2.4 2.fc34 x86_64 257 k pcb-rnd-2.2.4-2.fc34.src.rpm fedora pcb-rnd library, binaries http GPLv2+ and LGPLv2+ and BSD and MIT HID, polygons, infrastructure for 3rd party applications.
We can use yum
or dnf
to install librnd
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librnd.
Install librnd 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 librnd
using dnf
by running the following command:
sudo dnf -y install librnd
Install librnd 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 librnd
using yum
by running the following command:
sudo yum -y install librnd
How To Uninstall librnd on Fedora 34
To uninstall only the librnd
package we can use the following command:
sudo dnf remove librnd
librnd Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/269fc60f973d923623a93f9b26159e4150cfb3
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/611761ed4effc2f7a7b04505b70425e856b9b5
/usr/lib/.build-id/52
/usr/lib/.build-id/52/7e6a6adb601f0de4c8dea23a0da4f0c5d9bad1
/usr/lib/.build-id/72
/usr/lib/.build-id/72/b8c5d3c9d3b7cd9af786f4306e213f0ccb0a1b
/usr/lib64/librnd-3rd.so.2
/usr/lib64/librnd-3rd.so.2.2.4
/usr/lib64/librnd-hid.so.2
/usr/lib64/librnd-hid.so.2.2.4
/usr/lib64/librnd-poly.so.2
/usr/lib64/librnd-poly.so.2.2.4
/usr/lib64/librnd/gen_conf
/usr/lib64/librnd/puplug
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/7f3765c81dc3c4050b5e3b97c1c2d659e94914
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/04975eeed9075f72bc79b7895ae20306062e51
/usr/lib/.build-id/89
/usr/lib/.build-id/89/bc62b850bb89ab2048dba54f801745cb5d2e01
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/9fa1102dec07840c15d4926a0f963453164658
/usr/lib/librnd-3rd.so.2
/usr/lib/librnd-3rd.so.2.2.4
/usr/lib/librnd-hid.so.2
/usr/lib/librnd-hid.so.2.2.4
/usr/lib/librnd-poly.so.2
/usr/lib/librnd-poly.so.2.2.4
/usr/lib/librnd/gen_conf
/usr/lib/librnd/puplug
References
- [librnd website](http://repo.hu/projects/pcb-rnd/index.html http://repo.hu/projects/pcb-rnd/index.html)
Summary
In this tutorial we learn how to install librnd
on Fedora 34 using yum and dnf.