0

I have a problem installing R package "units" on Termius. The linux distro and kernel version are CentOS Linux release 7.9.2009 (Core). When "units" was installed, it reported the following error message:enter image description here

I am using Windows 10 and have to use Termius to run R. Is there a way to resolve this issue in this case?

shs
  • 3,683
  • 1
  • 6
  • 34
Phoebe
  • 53
  • 5
  • 4
    CentOS uses RPM and the error message points to `udunits2-devel`, usually installed with `rpm` or `yum` command line tools, try `yum install udunits2-devel` – M.Viking Feb 14 '23 at 18:38
  • 1
    Windows 10 for this problem is irrelevant. You can just focus on the error message in the environment (Termius/CentOS). – John Polo Feb 14 '23 at 18:40
  • Hi thanks guys! I resolved this. We should load the module udunits into the environment and then it worked. – Phoebe Feb 16 '23 at 16:42

0 Answers0