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

2020-09-29 Thread Jorge Gustavo Rocha
Hi, I had the same problem. I've update my laptop to 20.04 and I need to rebuild proj and gdal. I've removed all old gdal packages and I've cleaned up /usr/local/lib, to ensure that no previous gdal libraries are around. But I missed an old libproj package! You have to make ensure that you also

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

2020-08-07 Thread Sebastiaan Couwenberg
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 $

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

2020-08-07 Thread Gerald Nelson
I have both a mac and a linux box with Ubuntu 20.04. gdal on the mac is installed through home brew. gdal on the linux box has been installed both from source with the usual configure, make, make install and with sudo apt-get install gdal-bin. Both completed successfully and sudo apt-get insta