Skip to content

Instantly share code, notes, and snippets.

@oousmane
Last active May 6, 2026 18:51
Show Gist options
  • Select an option

  • Save oousmane/134d01623d4e149fbe221953ebdf193d to your computer and use it in GitHub Desktop.

Select an option

Save oousmane/134d01623d4e149fbe221953ebdf193d to your computer and use it in GitHub Desktop.
sudo apt install -y \
# --- tidyverse ---
libcurl4-openssl-dev \
libssl-dev \
libxml2-dev \
libfontconfig1-dev \
libharfbuzz-dev libfribidi-dev \
libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev \
\
# --- devtools ---
libgit2-dev \
libssh2-1-dev \
\
# --- terra ---
gdal-bin libgdal-dev \
libgeos-dev \
libproj-dev \
libudunits2-dev \
libsqlite3-dev \
\
# --- netcdf (ncdf4 / RNetCDF) ---
netcdf-bin \
libnetcdf-dev \
libhdf5-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment