Hey everyone… I’m wondering if I’ve somehow mucked things up, or if there’s a real issue here or not. I have the snap for vscode installed:
bladernr@galactica:~/development/$ snap info code
name: code
summary: Code editing. Redefined.
publisher: Visual Studio Code (vscode✓)
<SNIP>
installed: 1e3c50d6 (214) 346MB classic
and that has a dependency on libs in core20:
bladernr@galactica:~/development/$ snap info core20
name: core20
summary: Snap runtime environment
publisher: Canonical✓
<SNIP>
installed: 20250822 (2682) 66MB base
at least I am assuming it does because it seems to need libc6 from core20 when launching, and I’m getting lib version errors from the version in Core20:
bladernr@galactica:~/development/$ code
/snap/code/214/usr/share/code/bin/../code: /snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
bladernr@galactica:~/development/$ strings /snap/core20/current/lib/x86_64-linux-gnu/libc.so.6 |grep -i glibc|grep 2.3
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.30
glibc 2.31
GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.18) stable release version 2.31.
so to me that looks like the vscode snap is expecting a version of glibc in Core20 that does not exist…