Snapd
Jump to navigation
Jump to search
Internal
Overview
Installation
As root:
yum install -y epel-release
yum install -y snapd
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap
Reboot.
Ensure that snapd is up to date. As root:
snap install core; snap refresh core