snap

Manage the "snap" self-contained software packages. Similar to what apt is for .deb. More information: <https://manned.org/snap>.

Debian Debian
RUN apt-get update && \ apt-get install -y snap
Ubuntu
RUN apt-get update && \ apt-get install -y snap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y snap
Fedora
RUN dnf install -y snapd
Raspbian
RUN apt-get update && \ apt-get install -y snap
click the source code to copy install snap on any operating system with command-not-found.com