How to Install and Uninstall ydotool.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "ydotool.x86_64" package

Please follow the guidelines below to install ydotool.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ydotool.x86_64

2. Uninstall "ydotool.x86_64" package

Here is a brief guide to show you how to uninstall ydotool.x86_64 on Fedora 34:

$ sudo dnf remove ydotool.x86_64 $ sudo dnf autoremove

3. Information about the ydotool.x86_64 package on Fedora 34

Last metadata expiration check: 4:22:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ydotool
Version : 1.0.1
Release : 2.fc34
Architecture : x86_64
Size : 38 k
Source : ydotool-1.0.1-2.fc34.src.rpm
Repository : updates
Summary : Generic command-line automation tool (no X!)
URL : https://github.com/ReimuNotMoe/ydotool
License : AGPLv3, Public Domain
Description :
: Performs some of the functions of xdotool(1) without requiring X11 -
: however, it generally requires root permission (to open /dev/uinput)
:
: NOTE: changes in this release:
: NOTE: --delay option is now --next-delay
: NOTE: mousemove is now relative unless --absolute is given
: NOTE: mouseup, mousedown, mousemove_relative is removed
: NOTE: click accepts left, right, middle instead of 1, 2, 3
: NOTE: sleep is a new command
:
: SEE: ydotool --help for latest info
:
: Currently implemented command(s):
:
: - type - Type a string
: - key - Press keys
: - mousemove - Move mouse pointer to absolute position
: - click - Click on mouse buttons
: - recorder - Record/replay input events
: - sleep - sleep ms
:
: N.B. it is strongly recommended to start the ydotoold daemon with:
:
: - systemctl enable ydotool
: - systemctl start ydotool