install rerddap on ubuntu 22.04

sudo apt-get install netcdf-bin libnetcdf-dev

sudo updatedb

locate libnetcdf.so

(copy the link)

sudo ln -s /usr/lib/x86_64-linux-gnu/libnetcdf.so /usr/lib/libnetcdf.so

sudo ln -s /usr/lib/x86_64-linux-gnu/libnetcdf.so /usr/lib/libnetcdf.so.15

Then in R

install.packages("rerddap")


Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

stepAIC from package MASS with AICc

Install treemix in ubuntu 20.04