ogra1 / zoom-snap

75 stars 13 forks source link

Core18 not found #37

Open daliroot opened 4 years ago

daliroot commented 4 years ago

Install. Zoom client can not find core18 for initial mount in install process Debian stretch Linux is SMP 4.9.210-1+deb9ul (20-06-07)

ogra1 commented 4 years ago

does it work if you first manually install the core18 snap via:

sudo snap install core18

(this sounds like a bug in snapd to be honest, it should automatically install core18 first, there is nothing the zoom snap could do here)

daliroot commented 4 years ago

can not install "core18" invalid snap type: "base"

On Thu, Jun 18, 2020 at 2:44 AM Oliver Grawert notifications@github.com wrote:

does it work if you first manually install the core18 snap via:

sudo snap install core18

(this sounds like a bug in snapd to be honest, it should automatically install core18 first, there is nothing the zoom snap could do here)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ogra1/zoom-snap/issues/37#issuecomment-645842865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP72KAV36IBEYSWNG6NJ333RXHAXTANCNFSM4OBFIJQQ .

ogra1 commented 4 years ago

hmm, there is something seriiously broken with your setup if the core or core18 snaps can not be installed, what is the full output of

snap version 
daliroot commented 4 years ago

snap 2.21-2+b1 snapd 2.21-2+b1 series 16 debian 9

On Fri, Jun 26, 2020 at 1:03 PM Oliver Grawert notifications@github.com wrote:

hmm, there is something seriiously broken with your setup if the core or core18 snaps can not be installed, what is the full output of

snap version

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ogra1/zoom-snap/issues/37#issuecomment-650318682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP72KATC7RQ6LD2KUALFCJLRYTPHFANCNFSM4OBFIJQQ .

ogra1 commented 4 years ago

oh my ... this is ancient ... there should be a debian package that's at least i the 2.3x's can you check if a

sudo apt update
sudo apt upgrade snapd 

perhaps gives you an updated package ?