How To Install xpra-udev on Rocky Linux 8
In this tutorial we learn how to install xpra-udev on Rocky Linux 8. xpra-udev is xpra udev files
Introduction
In this tutorial we learn how to install xpra-udev
on Rocky Linux 8.
What is xpra-udev
Udev rules of xpra.
We can use yum
or dnf
to install xpra-udev
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install xpra-udev.
Install xpra-udev on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the xpra-udev
package we can use the following command:
sudo dnf remove xpra-udev
xpra-udev Package Contents on Rocky Linux 8
/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 Rocky Linux 8 using yum and dnf.