How To Install xpra-udev on Fedora 36
In this tutorial we learn how to install xpra-udev in Fedora 36. xpra-udev is xpra udev files
Introduction
In this tutorial we learn how to install xpra-udev
on Fedora 36.
What is xpra-udev
Udev rules of xpra.
We can use yum
or dnf
to install xpra-udev
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xpra-udev.
Install xpra-udev 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 xpra-udev
using dnf
by running the following command:
sudo dnf -y install xpra-udev
Install xpra-udev 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 xpra-udev
using yum
by running the following command:
sudo yum -y install xpra-udev
How To Uninstall xpra-udev on Fedora 36
To uninstall only the xpra-udev
package we can use the following command:
sudo dnf remove xpra-udev
xpra-udev Package Contents on Fedora 36
/usr/bin/xpra_udev_product_version
/usr/lib/udev/rules.d/71-xpra-virtual-pointer.rules
References
Summary
In this tutorial we learn how to install xpra-udev
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).