Objective: Install/run an app through csh or tcsh, it's a 3d liquid simulation app called realflow.
Background: I downloaded the app, try to run it through csh or tcsh. I get
strings: 'lib/i386-linux-gnu/libstdc++.so.6': No such file
But after figuring out which package it belongs to and trying to install that I get:
sudo apt-get install libstdc++6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libstdc++6 is already the newest version (9.1.0-2ubuntu2~19.04).
Any ideas? Thankful for any suggestion, cheers
Your program is looking for the 32-bit version of libstdc++6. You need to install libstdc++6:i386: