Error while installing snapon chrome os

Hey erverbody,

I recently got my chrome os flex and wanted to install snap.

Here is the error: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: apparmor : Breaks: snapd (< 2.44.3+20.04~) but 2.37.4-1+deb10u1 is to be installed E: Unable to correct problems, you have held broken packages.

Interesting… that version of snapd is the one included in Debian 10 (buster), but the version of apparmor in buster doesn’t list it breaking snapd (just the version from bullseye, Debian 11). Chrome OS Flex should be using Debian 11 by default though.

Could you try running:

sudo apt update
sudo apt install snapd

If that fails, please include the output of the following commands:

cat /etc/os-release
apt show snapd