fusermount

Mount and unmount FUSE filesystems. More information: <https://manned.org/fusermount>.

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