Snapd: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
{{External|https://snapcraft.io/docs/installing-snap-on-centos}}
{{External|https://snapcraft.io/docs/installing-snap-on-centos}}


As root:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
yum install -y epel-release
yum install -y epel-release
yum install -y snapd
yum install -y snapd
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap
</syntaxhighlight>
</syntaxhighlight>

Revision as of 00:55, 18 November 2021

Internal

Overview

Installation

https://snapcraft.io/docs/installing-snap-on-centos

As root:

yum install -y epel-release
yum install -y snapd
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap