ogr2ogr

Convert geospatial vector data between file formats. More information: <https://gdal.org/programs/ogr2ogr.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y gdal-bin
Ubuntu
RUN apt-get update && \ apt-get install -y gdal-bin
Arch Arch Linux
RUN pacman -S --noconfirm gdal
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gdal-bin
Fedora
RUN dnf install -y gdal
Raspbian
RUN apt-get update && \ apt-get install -y gdal-bin
click the source code to copy install ogr2ogr on any operating system with command-not-found.com