How to Install and Uninstall python-evdev.src Package on Oracle Linux 8
Last updated: November 27,2024
1. Install "python-evdev.src" package
This guide let you learn how to install python-evdev.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python-evdev.src
Copied
2. Uninstall "python-evdev.src" package
Here is a brief guide to show you how to uninstall python-evdev.src on Oracle Linux 8:
$
sudo dnf remove
python-evdev.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-evdev.src package on Oracle Linux 8
Last metadata expiration check: 6:02:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-evdev
Version : 1.1.2
Release : 3.el8
Architecture : src
Size : 93 k
Source : None
Repository : ol8_appstream
Summary : Python bindings for the Linux input handling subsystem
URL : https://python-evdev.readthedocs.io
License : BSD
Description : This package provides python bindings to the generic input event interface in
: Linux. The evdev interface serves the purpose of passing events generated in
: the kernel directly to userspace through character devices that are typically
: located in /dev/input/.
:
: This package also comes with bindings to uinput, the userspace input subsystem.
: Uinput allows userspace programs to create and handle input devices that can
: inject events directly into the input subsystem.
:
: In other words, python-evdev allows you to read and write input events on Linux.
: An event can be a key or button press, a mouse movement or a tap on a
: touchscreen.
Available Packages
Name : python-evdev
Version : 1.1.2
Release : 3.el8
Architecture : src
Size : 93 k
Source : None
Repository : ol8_appstream
Summary : Python bindings for the Linux input handling subsystem
URL : https://python-evdev.readthedocs.io
License : BSD
Description : This package provides python bindings to the generic input event interface in
: Linux. The evdev interface serves the purpose of passing events generated in
: the kernel directly to userspace through character devices that are typically
: located in /dev/input/.
:
: This package also comes with bindings to uinput, the userspace input subsystem.
: Uinput allows userspace programs to create and handle input devices that can
: inject events directly into the input subsystem.
:
: In other words, python-evdev allows you to read and write input events on Linux.
: An event can be a key or button press, a mouse movement or a tap on a
: touchscreen.