我使用的应用程序刚刚更新,它不再在我的系统上运行。当我尝试运行应用程序时,我收到错误:error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory
我查看了我的系统,只有libgfortran.so.3可用。你知道我该怎么办才能拥有下一个版本吗?我应该安装哪个包? (我的系统是ubuntu 16.04)
答案 0 :(得分:8)
这是R v3.4.0-2 unable to find libgfortran.so.3 on Arch
的反问题所以你必须安装GCC 7,包括Fortran部分,包括libgfortran 4。
有些答案描述了如何在其他StackExchange网站上这样做:
答案 1 :(得分:0)
您应该执行以下操作来解决问题
sudo add-apt-repository ppa:jonathonf/gcc-7.1
sudo apt-get update
sudo apt-get install gcc-7 g++-7
sudo apt-get install gfortran-7