[gdal-dev] how to completely remove gdal from Ubuntu 20.04 and install from scratch

Sebastiaan Couwenberg sebastic at xs4all.nl
Fri Aug 7 23:45:53 PDT 2020


On 8/8/20 2:35 AM, Gerald Nelson wrote:
> I can’t find any good directions for how to do a deep clean, or for that matter to install gdal on Ubuntu 20.04 so I was hoping to get some directions here.

To get rid of the gdal package you can use:

 apt purge $(dpkg -l | grep gdal | awk '{print $2}' | xargs)

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


More information about the gdal-dev mailing list