xdg-settings

Manage settings of XDG-compatible desktop environments. More information: <https://portland.freedesktop.org/doc/xdg-settings.html>.

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