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?
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?
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.