1

I am running a software and it gives this error:

error while loading shared libraries: libRmath.so: cannot open shared object file: No such file or directory

Can you please help me fix this error, how to create this or install?

star
  • 21

1 Answers1

5

You can use "Search the contents of packages" on https://packages.ubuntu.com/ to find the package that contains a given file.

For libRmath.so this finds r-mathlib. Installing that package will likely fix the error.