xcursorgen

Create an X cursor file from a collection of PNGs. If --prefix is omitted, the image files must be located in the current working directory. More information: <https://manned.org/xcursorgen>.

Debian Debian
RUN apt-get update && \ apt-get install -y x11-apps
Ubuntu
RUN apt-get update && \ apt-get install -y x11-apps
Arch Arch Linux
RUN pacman -S --noconfirm xorg-xcursorgen
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y x11-apps
CentOS
RUN yum install -y xorg-x11-apps
Fedora
RUN dnf install -y xorg-x11-apps
Raspbian
RUN apt-get update && \ apt-get install -y x11-apps
click the source code to copy install xcursorgen on any operating system with command-not-found.com