xdg-desktop-menu
Command-line tool for installing or uninstalling desktop menu items. More information: <https://manned.org/xdg-desktop-menu>.
RUN apt-get update && \
apt-get install -y xdg-utils
RUN apt-get update && \
apt-get install -y xdg-utils
RUN apk add xdg-utils
RUN pacman -S --noconfirm xdg-utils
RUN apt-get update && \
apt-get install -y xdg-utils
RUN yum install -y xdg-utils
RUN dnf install -y xdg-utils
RUN apt-get update && \
apt-get install -y xdg-utils