0
点赞
收藏
分享

微信扫一扫

Linux:使用snap安装Redis

文档

  • 官网 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

文档:

  • https://redis.io/docs/getting-started/installation/install-redis-on-linux/
snap install redis
举报

相关推荐

0 条评论