Looking in the aur libstdc++5-bin package it’s getting it from Debian pre-compiled: https://packages.debian.org/bullseye/libstdc++5
I don’t know about Nobara, but if isn’t available there you can get the library from the same source and use LD_LIBRARY_PATH to load that library.
LD_LIBRARY_PATH
Looking in the aur libstdc++5-bin package it’s getting it from Debian pre-compiled: https://packages.debian.org/bullseye/libstdc++5
I don’t know about Nobara, but if isn’t available there you can get the library from the same source and use
LD_LIBRARY_PATH
to load that library.