through the last days I worked getting snapd running on Raspbian which is based on Debian 8 (jessie). I have initial packages for this available now and want to invite more people to help testing these packages on their raspbian systems.
The package archive currently only contains a snapd package and nothing else. You can add it to your existing raspbian based system with:
PLEASE NOTE: This is not a official distribution of snapd. Its work-in-progress and should not be used on any production system.
Afterwards you have snapd installed on your system and can use it as normal. Please note that snapd on raspbian comes without any confinement at the moment.
Known issues:
/snap/bin is not added to the list of secure paths for sudo so you have to provide the absolute path when running any snap command via sudo.
If you find any further issues please let me know.
why would it not work on a Pi1 or zero ? AFAIK the snapd binary was recompiled for raspbian so it should support ARMv6 (which the Pi1 and zero models use)
This very much looks like your system doesn’t trust either the LetsEncrypt or IdentTrust root certificates. See https://letsencrypt.org/certificates/ for which certificates you need.
However on my system this works flawlessly. Could it be that the SSL CA setup on your raspbian system is somehow broken or is this a clean install of raspbian?
Hey I am trying to install snapd on my raspian jesse but ran across the following problem
apt install -y snapd returns with the error
The following packages have unmet dependencies:
snapd : Depends: apparmor (>= 2.10.95-0ubuntu2.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The repository is now updated to include snapd 2.26.4 and detects armv6l and prevents installation of armhf core snaps on these devices. This means that snapd will now work properly on the Raspberry Pi 1 and Zero but as we don’t have a core snap or any other snaps available will be non functional.
I had to use the --force-yes switch but it seemed to install ok. I’ll play with it a bit and let you know how it works. Given that we had huge kernel issues with Ubuntu 16.04 on Raspberry Pi V3, we had to go back to Raspian, If it works this will be very helpful. Thanks for your efforts.