I'm trying to get Ubuntu Core 16 to use a proxy to talk to the snap store.
When attempting to edit /etc/environment
, I'm unable to save my change, due to it being read-only.
(The file permissions are 644, the problem seems to be /dev/loop0 on / type squashfs (ro,relatime)
)
(Editing as root, from a sudo -i
session)
core snap version:
Name Version Rev Developer Notes
core 16-2 1577 canonical -
Initial snap version
:
$ snap version
snap 2.23.6
snapd 2.23.6
series 16
kernel 4.4.0-77-generic
(snapd >= 2.28 supports setting proxy settings with snap set core proxy.http
(insert relevant protocol there))