World Wind Debian Package Repository


Usage

To install the Debian (Ubuntu) packages in this repository:

  1. Install the repo public key

    1. Download the public key file: wwdebs.pub
    2. Install the public key with the following command:
      • sudo apt-key add wwdebs.pub
  2.  Add the Repo link file to apt

    1. Download the repo link file for your OS: Ubuntu 16.4 LTS(xenial), 18.4 LTS(bionic)
    2. Save the file to  /etc/apt/sources.list.d, make sure the file is owned by root, and it has permission set to 644 with the following commands:
      • sudo chown root:root gdalww.list
      • sudo chmod 644 gdalww.list
  3. Example:  Installing World Wind's DDS-enabled GDAL for Ubuntu 16.4

    1. Remove the old gdal-bin (Optional, if applicable)
      • sudo apt remove gdal-bin libgdal1i
    2. Update the local packages cache:
      • sudo apt update
    3. Check which gdal packages are available from which repo, and which will be installed:
      • sudo apt policy gdal-bin
    4. Install the gdal-bin
      • sudo apt install gdal-bin
    5. To check the version inatalled:
      • apt list -a gdal-bin libgdal1i