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

Last updated: October 06,2024

1. Install "ydotool.x86_64" package

Please follow the instructions below to install ydotool.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ydotool.x86_64

2. Uninstall "ydotool.x86_64" package

This is a short guide on how to uninstall ydotool.x86_64 on Fedora 35:

$ sudo dnf remove ydotool.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:20:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ydotool
Version : 1.0.1
Release : 2.fc35
Architecture : x86_64
Size : 38 k
Source : ydotool-1.0.1-2.fc35.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