xclip

X11 clipboard manipulation tool, similar to xsel. Handles the X primary and secondary selections, plus the system clipboard (Ctrl + C/Ctrl + V). More information: <https://manned.org/xclip>.

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