How to install libgfortran.so.4 on ubuntu 16.06

The application I'm using has just been updated and it no longer works on my system. When I try to start the application, I get an error message:error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory

I looked at my system and only libgfortran.so.3 is available. Do you know what to do to have the next version? Which package should I install? (my system is ubuntu 16.04)

+4
source share

Source: https://habr.com/ru/post/1686728/


All Articles