Snap Store kann nach der Entfernung nicht neu installiert werden

Snap Store kann nach der Entfernung nicht neu installiert werden

Mein System

snap version
 
snap    2.54.4
snapd   2.54.4
series  16
ubuntu  21.10
kernel  5.13.0-39-generic

uname -a

Linux 5.13.0-39-generic #44-Ubuntu SMP Thu Mar 24 15:35:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/lsb-release 

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.10
DISTRIB_CODENAME=impish
DISTRIB_DESCRIPTION="Ubuntu 21.10"

Ich kann alle Snap-Pakete über die Befehlszeile installieren, mit Ausnahme von Snap-Store, da hier die Hook-Aufgabe „Konfigurieren“ fehlschlägt.

sudo snap install snap-store
INFO Waiting for automatic snapd restart...
error: cannot perform the following tasks:
- Run configure hook of "snap-store" snap if present (run hook "configure": sanity timeout expired: Interrupted system call)

Ich habe versucht, den Store auf verschiedene Arten zu installieren, aber es schlägt immer alles auf die gleiche Weise fehl

sudo snap install snap-store --candidate
sudo snap install snap-store --beta
snap install snap-store --ignore-running --ignore-validation --no-wait

Und ich habe sogar versucht, die Snap-Umgebung neu zu installieren

sudo apt purge snapd
sudo apt install -y snapd
sudo snap install snap-store

error: cannot perform the following tasks:
- Run configure hook of "snap-store" snap if present (run hook "configure": sanity timeout expired: Interrupted system call)

Ich habe das Snapd-Debugging aktiviert. Hier ist die Protokollausgabe beim Versuch, Snap-Store zu installieren

SNAPD_DEBUG=1
sudo snap install snap-store
journalctl -u snapd

snapd[23547]: api_snaps.go:307: Installing snap "snap-store" revision unset
snapd[23547]: taskrunner.go:271: [change 5 "Run configure hook of \"snap-store\" snap if present" task] failed: run hook "configure": sanity timeout expired: Interrupted system c>
snapd[23547]: handlers.go:644: Reported install problem for "snap-store" as

Hilfe ist willkommen!

verwandte Informationen