Page 1 of 1

[Solved] question about libudev

PostPosted: Oct 5th, '24, 21:31
by Spinnifex
Hello.

I want to build the latest version of
Code: Select all
PCSCD
used for my Nitro Key.
Like described on this url.
When I try to install
Code: Select all
libudev

dnf tell me that
Code: Select all
systemd
is already installed.
So udev is part of systemd or is udev deprecated?

Regards
Spinni

Re: question about libudev

PostPosted: Oct 6th, '24, 00:17
by doktor5000
To install the required dependencies (you want udev-devel as libudev is always installed) have a look at https://forums.mageia.org/en/viewtopic.php?f=41&t=5530

Re: question about libudev

PostPosted: Oct 7th, '24, 23:13
by Spinnifex
Hello!

Thank you for the answer and the link.
:)
Now I am able to use the build tool.

Regards
Spinnifex