what is snap in linux code example
Example: snap in linux
------------ [On Debian and Ubuntu] ------------
$ sudo apt update
$ sudo apt install snapd
------------ [On Fedora Linux] ------------
------------ [On CentOS and RHEL] ------------
------------ [On openSUSE - replace openSUSE_Leap_15.0 with the version] ------------
$ sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.0 snappy
$ sudo zypper --gpg-auto-import-keys refresh
$ sudo zypper dup --from snappy
$ sudo zypper install snapd
------------ [On Manjaro Linux] ------------
------------ [On Arch Linux] ------------