Rate This Document
Findability
Accuracy
Completeness
Readability

Installing UDUNITS

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the UDUNITS installation package.
    cd /path/to/udunits
    wget https://artifacts.unidata.ucar.edu/repository/downloads-udunits/2.2.28/udunits-2.2.28.tar.gz
  3. Decompress the UDUNITS installation package.
    tar xvf udunits-2.2.28.tar.gz
  4. Go to the directory generated after the decompression.
    cd udunits-2.2.28
  5. Compile and install UDUNITS.
    ./configure --prefix=/path/to/udunits
    make -j
    make install