文档
- 官网 https://snapcraft.io/
- 红帽Linux平台下安装教程 https://snapcraft.io/docs/installing-snap-on-red-hat
- 搜索应用 https://snapcraft.io/search
安装
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y snapd
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap
snap help --all
安装redis
文档:
snap install redis