You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed flutter via snap on ubuntu 22.04
and try run program for the firs time but get this output
$flutter
clang++: /snap/flutter/141/usr/lib/llvm-10/bin/../../../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
Initializing Flutter
curl: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
cat: releases_linux.json: No such file or directory
jq: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
cat: releases_linux.jsonjq: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
: No such file or directory
jq: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
cat: releases_linux.json: No such file or directory
jq: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
Downloading /
curl: /snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
tar: /snap/flutter/141/bin/../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0)
Flutter initialization failed
Could not find working copy of Flutter
running flutter from root user does not cause any issues
and if I download SDK and extract it from archive does not cause any problems
The text was updated successfully, but these errors were encountered:
I have installed flutter via snap on ubuntu 22.04
and try run program for the firs time but get this output
running flutter from root user does not cause any issues
and if I download SDK and extract it from archive does not cause any problems
The text was updated successfully, but these errors were encountered: