Ich kann ein AppImage nicht starten

Message
Author
anonynfj
Posts: 7
Joined: Tue Dec 21, 2021 11:31 am

Ich kann ein AppImage nicht starten

#1 Post by anonynfj »

Hallo, ich habe folgendes Problem:
Ich möchte gerne ein AppImage öffnen, welches auch schon ausführbar ist. Wenn ich es aber mit dem passenden befehl, sudo ./GDLauncher-linux-setup.AppImage öffnen möchte, bekomme ich folgende Fehlermeldung:
[1221/173559.053330:FATAL:electron_main_delegate.cc(298)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/Breakpoint ausgelöst
Wenn ich es mit sudo ./GDLauncher-linux-setup.AppImage versuche, kommt folgende Fehlermeldung:

Code: Select all

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot open /tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/native/linux/nsfw.node: Error: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.org.chromium.Chromium.KWFf1C)
    at Object.<anonymous> (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:349482)
    at Object../public/native/linux/nsfw.node (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:349520)
    at n (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:124)
    at Object../public/native/nsfw.js (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:350644)
    at n (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:124)
    at Object../public/electron.js (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:340146)
    at n (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:124)
    at module.exports../node_modules/base64url/dist/base64url.js (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:923)
    at Object.<anonymous> (/tmp/.mount_GDLaunb8DxyM/resources/app.asar/build/electron.js:2:953)
    at Module._compile (node:internal/modules/cjs/loader:1110:14)
[17334:1221/173630.070493:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[17334:1221/173630.070684:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
No protocol specified
[17334:1221/173630.427765:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.474423:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.481374:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.489500:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.501043:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.508282:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.514638:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.521652:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
No protocol specified
[17334:1221/173630.529821:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=1024
[17334:1221/173630.529860:FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye.
Trace/Breakpoint ausgelöst
Entschuldigung, falls ich wie ein Anfänger wirke - ich versuche, es hier zu ändern!
Last edited by anonynfj on Tue Dec 21, 2021 3:49 pm, edited 1 time in total.

User avatar
fehlix
Developer
Posts: 12879
Joined: Wed Apr 11, 2018 5:09 pm

Re: Ich kann ein AppImage nicht starten

#2 Post by fehlix »

anonynfj wrote: Tue Dec 21, 2021 11:59 am Hallo, ich habe folgendes Problem:
Ich möchte gerne ein AppImage öffnen, welches auch schon ausführbar ist. Wenn ich es aber mit dem passenden befehl, sudo ./GDLauncher-linux-setup.AppImage öffnen möchte, bekomme ich folgende
Und warum möchtest Du es denn so gern mit sudo öffnen?
Versuch's doch einfach als normaler user ohne sudo.
Und bitte, jegliche langen terminal texte zwicshen code-tags posten (den Knopf [</>] über dem Editor drücken): Dann den Text zwischen den Code-Klammern [code]diesen hier[/code] einfügen

User avatar
wdscharff
Posts: 1134
Joined: Mon Feb 24, 2020 1:07 am

Re: Ich kann ein AppImage nicht starten

#3 Post by wdscharff »

Ich hab zwar keine Ahnung was das Programm macht, aber nach 30sek Googeln waren schon ein dutzend Verfahrenshinweise wie man das Teil intslliert und startet, als Appimage oder Flatpak.
Das "sudo" wird auch nur EINMAL benötigt, wenn man das appimage ausführbar macht. Ist der verschiedenen Dokumentationen auch so zu entnehmen.
Next, update the permissions using chmod.

sudo chmod +x GDLauncher-linux-setup.AppImage

-----

From here, open up the Linux file manager and double-click on “GDLauncher-linux-setup.AppImage” to start it up. Or, enter the launch command below.

./GDLauncher-linux-setup.AppImage
Und ein schönes Desktopfile gibt es sogar auch dafür, wenn man es als Icon auf dem Desktop ablegen will (oder was auch immer)
Alles erste suchseite von startpage bei Eingabe des Programmnamen, einfach genau lesen, was da steht.
my working horse Desktop AMD Ryzen 9 3900x, 32GB Ram // SSD ... enough
mx-fluxbox, what else?

In nature there are neither rewards nor punishments.
There are consequences.


my wallpaper gallery

anonynfj
Posts: 7
Joined: Tue Dec 21, 2021 11:31 am

Re: Ich kann ein AppImage nicht starten

#4 Post by anonynfj »

Diese Sachen die ihr dort als Beispiel aufgeführt habt und noch einiges mehr(alles, was ich gefunden habe) hat auch nicht funktioniert. Wenn ich es ohne sudo versuche, Passiert das:

Code: Select all

A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot open /tmp/.mount_GDLaun6xErEe/resources/app.asar/build/native/linux/nsfw.node: Error: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /tmp/.org.chromium.Chromium.EvEdZB)
    at Object.<anonymous> (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:349482)
    at Object../public/native/linux/nsfw.node (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:349520)
    at n (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:124)
    at Object../public/native/nsfw.js (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:350644)
    at n (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:124)
    at Object../public/electron.js (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:340146)
    at n (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:124)
    at module.exports../node_modules/base64url/dist/base64url.js (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:923)
    at Object.<anonymous> (/tmp/.mount_GDLaun6xErEe/resources/app.asar/build/electron.js:2:953)
    at Module._compile (node:internal/modules/cjs/loader:1110:14)
[30548:1221/213532.559617:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.

User avatar
fehlix
Developer
Posts: 12879
Joined: Wed Apr 11, 2018 5:09 pm

Re: Ich kann ein AppImage nicht starten

#5 Post by fehlix »

anonynfj wrote: Tue Dec 21, 2021 3:47 pm Diese Sachen die ihr dort als Beispiel aufgeführt habt und noch einiges mehr(alles, was ich gefunden habe) hat auch nicht funktioniert. Wenn ich es ohne sudo versuche, Passiert das:
Dann mal bitte erst die "Quick System Info" posten (gibt's im Menü). Und den Hinweis lesen und befolgen, die code-tags nicht wegzumachen.)
( AppImage startet man normalerweise nicht als root mit sudo. )

anonynfj
Posts: 7
Joined: Tue Dec 21, 2021 11:31 am

Re: Ich kann ein AppImage nicht starten

#6 Post by anonynfj »

Code: Select all

[code]
System:    Host: <filter> Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 
           root=UUID=<filter> ro quiet splash 
           Desktop: Xfce 4.14.2 tk: Gtk 3.24.5 info: xfce4-panel wm: xfwm4 dm: LightDM 1.26.0 
           Distro: MX-19.3_x64 patito feo February 15  2020 base: Debian GNU/Linux 10 (buster) 
Machine:   Type: Laptop System: FUJITSU product: LIFEBOOK S710 v: N/A serial: <filter> Chassis: 
           type: 10 serial: <filter> 
           Mobo: FUJITSU model: FJNB216 serial: <filter> BIOS: FUJITSU // Phoenix 
           v: Version 1.10 date: 12/24/2010 
Battery:   ID-1: CMB1 charge: 12.3 Wh condition: 12.3/56.2 Wh (22%) volts: 12.5/10.8 
           model: Fujitsu CP293570-01 type: Li-ion serial: <filter> status: Full 
CPU:       Topology: Dual Core model: Intel Core i7 M 620 bits: 64 type: MT MCP arch: Nehalem 
           family: 6 model-id: 25 (37) stepping: 5 microcode: 7 L2 cache: 4096 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 21282 
           Speed: 1239 MHz min/max: 1199/2667 MHz boost: enabled Core speeds (MHz): 1: 1290 
           2: 1293 3: 1266 4: 1285 
           Vulnerabilities: Type: itlb_multihit status: KVM: Split huge pages 
           Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
           Type: mds 
           status: Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable 
           Type: meltdown mitigation: PTI 
           Type: spec_store_bypass 
           mitigation: Speculative Store Bypass disabled via prctl and seccomp 
           Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
           Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, 
           STIBP: conditional, RSB filling 
           Type: tsx_async_abort status: Not affected 
Graphics:  Device-1: Intel Core Processor Integrated Graphics vendor: Fujitsu Limited. 
           driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0046 
           Display: x11 server: X.Org 1.20.4 driver: intel tty: N/A 
           OpenGL: renderer: Mesa DRI Intel Ironlake Mobile v: 2.1 Mesa 18.3.6 
           direct render: Yes 
Audio:     Device-1: Intel 5 Series/3400 Series High Definition Audio vendor: Fujitsu Limited. 
           driver: snd_hda_intel v: kernel bus ID: 00:1b.0 chip ID: 8086:3b56 
           Sound Server: ALSA v: k4.19.0-6-amd64 
Network:   Device-1: Intel 82577LM Gigabit Network vendor: Fujitsu Limited. driver: e1000e 
           v: 3.2.6-k port: 1840 bus ID: 00:19.0 chip ID: 8086:10ea 
           IF: eth0 state: down mac: <filter> 
           Device-2: Intel Centrino Advanced-N 6200 driver: iwlwifi v: kernel port: 18a0 
           bus ID: 10:00.0 chip ID: 8086:422c 
           IF: wlan0 state: down mac: <filter> 
           Device-3: ASIX AX88772 type: USB driver: asix bus ID: 1-1.1.1:4 chip ID: 0b95:7720 
           serial: <filter> 
           IF: eth1 state: up speed: 100 Mbps duplex: full mac: <filter> 
Drives:    Local Storage: total: 149.17 GiB used: 14.26 GiB (9.6%) 
           ID-1: /dev/sda vendor: Hitachi model: HTS545016B9A300 size: 149.05 GiB block size: 
           physical: 512 B logical: 512 B speed: 3.0 Gb/s rotation: 5400 rpm serial: <filter> 
           rev: C61J scheme: MBR 
           ID-2: /dev/sdb type: USB vendor: Kingston model: DataTraveler 2.0 size: 123.0 MiB 
           block size: physical: 512 B logical: 512 B serial: <filter> rev: PMAP scheme: MBR 
Partition: ID-1: / raw size: 147.02 GiB size: 143.71 GiB (97.75%) used: 14.26 GiB (9.9%) 
           fs: ext4 dev: /dev/sda1 
           ID-2: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap swappiness: 15 (default 60) 
           cache pressure: 100 (default) dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 46.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Repos:     No active apt repos in: /etc/apt/sources.list 
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://deb.debian.org/debian/ buster-updates main contrib non-free
           No active apt repos in: /etc/apt/sources.list.d/google-chrome.list 
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo/ buster main non-free
           2: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/testrepo/ buster test
           3: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo/ buster ahs
           Active apt repos in: /etc/apt/sources.list.d/nordvpn.list 
           1: deb https://repo.nordvpn.com/deb/nordvpn/debian/ stable main
           No active apt repos in: /etc/apt/sources.list.d/skype-stable.list 
           Active apt repos in: /etc/apt/sources.list.d/teams.list 
           1: deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams/ stable main
           No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:      Processes: 327 Uptime: 1h 58m Memory: 3.66 GiB used: 1.97 GiB (54.0%) Init: SysVinit 
           v: 2.93 runlevel: 5 default: 5 Compilers: gcc: 8.3.0 alt: 8 Shell: quick-system-in 
           running in: quick-system-in inxi: 3.0.36 
[/code]

User avatar
fehlix
Developer
Posts: 12879
Joined: Wed Apr 11, 2018 5:09 pm

Re: Ich kann ein AppImage nicht starten

#7 Post by fehlix »

anonynfj wrote: Thu Dec 23, 2021 8:02 am

Code: Select all

[code]
System:    Host: <filter> Kernel: 4.19.0-6-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 
           parameters: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 
           root=UUID=<filter> ro quiet splash 
           Desktop: Xfce 4.14.2 tk: Gtk 3.24.5 info: xfce4-panel wm: xfwm4 dm: LightDM 1.26.0 
           Distro: MX-19.3_x64 patito feo February 15  2020 base: Debian GNU/Linux 10 (buster) 
Machine:   Type: Laptop System: FUJITSU product: LIFEBOOK S710 v: N/A serial: <filter> Chassis: 
           type: 10 serial: <filter> 
           Mobo: FUJITSU model: FJNB216 serial: <filter> BIOS: FUJITSU // Phoenix 
           v: Version 1.10 date: 12/24/2010 
Battery:   ID-1: CMB1 charge: 12.3 Wh condition: 12.3/56.2 Wh (22%) volts: 12.5/10.8 
           model: Fujitsu CP293570-01 type: Li-ion serial: <filter> status: Full 
CPU:       Topology: Dual Core model: Intel Core i7 M 620 bits: 64 type: MT MCP arch: Nehalem 
           family: 6 model-id: 25 (37) stepping: 5 microcode: 7 L2 cache: 4096 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 21282 
           Speed: 1239 MHz min/max: 1199/2667 MHz boost: enabled Core speeds (MHz): 1: 1290 
           2: 1293 3: 1266 4: 1285 
           Vulnerabilities: Type: itlb_multihit status: KVM: Split huge pages 
           Type: l1tf mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
           Type: mds 
           status: Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable 
           Type: meltdown mitigation: PTI 
           Type: spec_store_bypass 
           mitigation: Speculative Store Bypass disabled via prctl and seccomp 
           Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
           Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, IBRS_FW, 
           STIBP: conditional, RSB filling 
           Type: tsx_async_abort status: Not affected 
Graphics:  Device-1: Intel Core Processor Integrated Graphics vendor: Fujitsu Limited. 
           driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0046 
           Display: x11 server: X.Org 1.20.4 driver: intel tty: N/A 
           OpenGL: renderer: Mesa DRI Intel Ironlake Mobile v: 2.1 Mesa 18.3.6 
           direct render: Yes 
Audio:     Device-1: Intel 5 Series/3400 Series High Definition Audio vendor: Fujitsu Limited. 
           driver: snd_hda_intel v: kernel bus ID: 00:1b.0 chip ID: 8086:3b56 
           Sound Server: ALSA v: k4.19.0-6-amd64 
Network:   Device-1: Intel 82577LM Gigabit Network vendor: Fujitsu Limited. driver: e1000e 
           v: 3.2.6-k port: 1840 bus ID: 00:19.0 chip ID: 8086:10ea 
           IF: eth0 state: down mac: <filter> 
           Device-2: Intel Centrino Advanced-N 6200 driver: iwlwifi v: kernel port: 18a0 
           bus ID: 10:00.0 chip ID: 8086:422c 
           IF: wlan0 state: down mac: <filter> 
           Device-3: ASIX AX88772 type: USB driver: asix bus ID: 1-1.1.1:4 chip ID: 0b95:7720 
           serial: <filter> 
           IF: eth1 state: up speed: 100 Mbps duplex: full mac: <filter> 
Drives:    Local Storage: total: 149.17 GiB used: 14.26 GiB (9.6%) 
           ID-1: /dev/sda vendor: Hitachi model: HTS545016B9A300 size: 149.05 GiB block size: 
           physical: 512 B logical: 512 B speed: 3.0 Gb/s rotation: 5400 rpm serial: <filter> 
           rev: C61J scheme: MBR 
           ID-2: /dev/sdb type: USB vendor: Kingston model: DataTraveler 2.0 size: 123.0 MiB 
           block size: physical: 512 B logical: 512 B serial: <filter> rev: PMAP scheme: MBR 
Partition: ID-1: / raw size: 147.02 GiB size: 143.71 GiB (97.75%) used: 14.26 GiB (9.9%) 
           fs: ext4 dev: /dev/sda1 
           ID-2: swap-1 size: 2.00 GiB used: 0 KiB (0.0%) fs: swap swappiness: 15 (default 60) 
           cache pressure: 100 (default) dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 46.0 C mobo: N/A 
           Fan Speeds (RPM): N/A 
Repos:     No active apt repos in: /etc/apt/sources.list 
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://deb.debian.org/debian/ buster-updates main contrib non-free
           No active apt repos in: /etc/apt/sources.list.d/google-chrome.list 
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo/ buster main non-free
           2: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/testrepo/ buster test
           3: deb http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo/ buster ahs
           Active apt repos in: /etc/apt/sources.list.d/nordvpn.list 
           1: deb https://repo.nordvpn.com/deb/nordvpn/debian/ stable main
           No active apt repos in: /etc/apt/sources.list.d/skype-stable.list 
           Active apt repos in: /etc/apt/sources.list.d/teams.list 
           1: deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams/ stable main
           No active apt repos in: /etc/apt/sources.list.d/various.list 
Info:      Processes: 327 Uptime: 1h 58m Memory: 3.66 GiB used: 1.97 GiB (54.0%) Init: SysVinit 
           v: 2.93 runlevel: 5 default: 5 Compilers: gcc: 8.3.0 alt: 8 Shell: quick-system-in 
           running in: quick-system-in inxi: 3.0.36 
[/code]
Die Fehlermeldung:

Code: Select all

Error: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found
bedeutet, dass das von Dir versucht zu startende AppImage wurde für eine neuere glibc version gebaut.
Die höchste glibc Version auf MX-19, die unterstütz wird ist "GLIBCXX_3.4.25"
Check:

Code: Select all

strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2
GLIBCXX_3.4.2
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBCXX_3.4.25
Auf MX-21 ist diese Version verfügbar, und das AppImage wird, wenn es als normaler Benutzer gestartet wird, normal ausgeführt.

anonynfj
Posts: 7
Joined: Tue Dec 21, 2021 11:31 am

Re: Ich kann ein AppImage nicht starten

#8 Post by anonynfj »

Ist alles vorhanden.

anonynfj
Posts: 7
Joined: Tue Dec 21, 2021 11:31 am

Re: Ich kann ein AppImage nicht starten

#9 Post by anonynfj »

Wenn ich aber apt show libstdc++ eingebe, kommt das:

Code: Select all

Package: libstdc++6
Version: 8.3.0-6
Status: install ok installed
Priority: optional
Section: libs
Source: gcc-8
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Installed-Size: 2.065 kB
Depends: gcc-8-base (= 8.3.0-6), libc6 (>= 2.18), libgcc1 (>= 1:4.2)
Conflicts: scim (<< 1.4.2-1)
Breaks: blockattack (<= 1.4.1+ds1-2.1+b2), boo (<= 0.9.5~git20110729.r1.202a430-2), c++-annotations (<= 10.2.0-1), clustalx (<= 2.1+lgpl-3), dff (<= 1.3.0+dfsg.1-4.1+b3), digikam-private-libs (<= 4:4.4.0-1.1+b2), dnsdist (<< 1.3.3-3), emscripten (<= 1.22.1-1), ergo (<= 3.4.0-1), fceux (<= 2.2.2+dfsg0-1), fiona (<= 1.5.1-2), flush (<= 0.9.12-3.1), freeorion (<= 0.4.4+git20150327-2), fslview (<= 4.0.1-4), fwbuilder (<= 5.1.0-4), gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gnote (<= 3.16.2-1), gnudatalanguage (<= 0.9.5-2+b2), innoextract (<= 1.4-1+b1), lambda-align (<< 1.0.3-5), libantlr-dev (<= 2.7.7+dfsg-6), libapache2-mod-passenger (<= 5.0.7-1), libaqbanking34-plugins, libaqsis1 (<= 1.8.2-1), libassimp3 (<= 3.0~dfsg-4), libboost-date-time1.54.0, libboost-date-time1.55.0, libchemps2-1 (<= 1.5-1), libcpprest2.4 (<= 2.4.0-2), libdap17 (<= 3.14.0-2), libdapclient6 (<= 3.14.0-2), libdapserver7 (<= 3.14.0-2), libdavix0 (<= 0.4.0-1+b1), libdballe6 (<= 6.8-1), libdiet-admin2.8 (<= 2.8.0-1+b3), libdiet-client2.8 (<= 2.8.0-1+b3), libdiet-sed2.8 (<= 2.8.0-1+b3), libfreefem++ (<= 3.37.1-1), libgazebo5 (<= 5.0.1+dfsg-2.1), libgetfem4++ (<= 4.2.1~beta1~svn4635~dfsg-3+b1), libgmsh2 (<= 2.9.3+dfsg1-1), libinsighttoolkit4.7 (<= 4.7.2-2), libkolabxml1 (<= 1.1.0-3), libktoblzcheck1c2a, liblhapdf0, libllvm3.8, libllvm3.9, libllvm4.0, libmarisa0 (<= 0.2.4-8), libogre-1.8.0 (<= 1.8.0+dfsg1-7+b1), libogre-1.9.0 (<= 1.9.0+dfsg1-4), libopenwalnut1 (<= 1.4.0~rc1+hg3a3147463ee2-1+b1), libpqxx-4.0 (<= 4.0.1+dfsg-3), libpythia8, libreoffice-core (<= 1:4.4.5-2), librime1 (<= 1.2+dfsg-2), libsimgrid3.14, libusbguard0 (<< 0.7.4+ds-1), libwibble-dev (<= 1.1-1), libwreport2 (<= 2.14-1), libxapian30 (<= 1.4.1-1~bpo8+1), libxmltooling6 (<= 1.5.3-2.1), lightspark (<= 0.7.2+git20150512-2+b1), mednafen (<< 1.22.1+dfsg-1), mira-assembler (<= 4.9.5-1), mongodb (<= 1:2.4.14-2), mongodb-server (<= 1:2.4.14-2), ncbi-blast+ (<= 2.2.30-4), nghttp2-proxy (<< 1.36.0-2), openscad (<= 2014.03+dfsg-1+b1), osm2pgsql (<< 0.96.0+ds-2), osmcoastline (<< 2.2.4-1), osmium-tool (<< 1.10.0-1), passepartout (<= 0.7.1-1.1), pdf2djvu (<= 0.7.21-2), pdns-recursor (<< 4.1.11-1), photoprint (<= 0.4.2~pre2-2.3+b2), plastimatch (<= 1.6.2+dfsg-1), plee-the-bear (<= 0.6.0-3.1), poedit (<< 2.2.1-2), povray (<= 1:3.7.0.0-8), powertop (<= 2.6.1-1), printer-driver-brlaser (<= 3-3), psi4 (<= 4.0~beta5+dfsg-2+b1), python-fiona (<= 1.5.1-2), python-guiqwt (<= 2.3.1-1), python-healpy (<= 1.8.1-1+b1), python-htseq (<= 0.5.4p3-2), python-imposm (<= 2.5.0-3+b2), python-pyosmium (<< 2.15.1-1), python-pysph (<= 0~20150606.gitfa26de9-5), python-rasterio (<= 0.24.0-1), python-scipy (<= 0.14.1-1), python-sfml (<= 2.2~git20150611.196c88+dfsg-1+b1), python3-fiona (<= 1.5.1-2), python3-pyosmium (<< 2.15.1-1), python3-scipy (<= 0.14.1-1), python3-sfml (<= 2.2~git20150611.196c88+dfsg-1+b1), python3-taglib (<= 0.3.6+dfsg-2+b2), realtimebattle (<= 1.0.8-14), ruby-passenger (<= 5.0.7-1), schroot (<= 1.6.10-1+b1), seer (<< 1.1.4-2), sqlitebrowser (<= 3.5.1-3), tecnoballz (<= 0.93.1-6), undertaker (<< 1.6.1-4.2), wesnoth-1.12-core (<= 1:1.12.4-1), widelands (<= 1:18-3+b1), xflr5 (<= 6.09.06-2)
Replaces: libstdc++6-8-dbg (<< 4.9.0-3)
Homepage: http://gcc.gnu.org/
Download-Size: unbekannt
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

Package: libstdc++-8-dev
Version: 8.3.0-6
Status: install ok installed
Priority: optional
Section: libdevel
Source: gcc-8
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Installed-Size: 16,7 MB
Provides: libstdc++-dev
Depends: gcc-8-base (= 8.3.0-6), libgcc-8-dev (= 8.3.0-6), libstdc++6 (>= 8.3.0-6), libc6-dev (>= 2.13-5)
Suggests: libstdc++-8-doc
Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev
Homepage: http://gcc.gnu.org/
Download-Size: unbekannt
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: GNU Standard C++ Library v3 (development files)
 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

Package: libstdc++-dev
State: kein reales Paket (virtuell)
Package: libstdc++6-8-dbg
State: kein reales Paket (virtuell)
Package: libstdc++2.10-dev
State: kein reales Paket (virtuell)
Package: libstdc++2.8-dev
State: kein reales Paket (virtuell)
Package: libstdc++2.9-dev
State: kein reales Paket (virtuell)
Package: libstdc++2.9-glibc2.1-dev
State: kein reales Paket (virtuell)
Package: libstdc++3.0-dev
State: kein reales Paket (virtuell)
Package: libstdc++-8-doc
State: kein reales Paket (virtuell)

User avatar
fehlix
Developer
Posts: 12879
Joined: Wed Apr 11, 2018 5:09 pm

Re: Ich kann ein AppImage nicht starten

#10 Post by fehlix »

anonynfj wrote: Thu Dec 30, 2021 2:34 pm Wenn ich aber apt show libstdc++ eingebe, kommt das:
Und was würde es zeigen, wenn Du dies hier ausführst:

Code: Select all

strings /lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.2

Post Reply

Return to “Deutsches Forum”