xdg-open

Opens a file or URL in the user's preferred application. More information: <https://portland.freedesktop.org/doc/xdg-open.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-open on any operating system with command-not-found.com