gdalinfo

List various information about a GDAL supported raster dataset. More information: <https://gdal.org/programs/gdalinfo.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 gdalinfo on any operating system with command-not-found.com