Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmIms-00028R-5x for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 04 May 2022 17:27:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nmImq-0001Ax-RE for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 04 May 2022 17:27:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nmH4g-0001Xu-Fr for pgsql-pkg-debian@lists.postgresql.org; Wed, 04 May 2022 15:37:58 +0000 Received: from mail-pj1-x102d.google.com ([2607:f8b0:4864:20::102d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nmH4d-0001IY-I5 for pgsql-pkg-debian@postgresql.org; Wed, 04 May 2022 15:37:58 +0000 Received: by mail-pj1-x102d.google.com with SMTP id o69so1552959pjo.3 for ; Wed, 04 May 2022 08:37:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=mT5oEyhtgVpn+yk7nF19aVlsGO/T2ppu+of98kLDJ1A=; b=O8iq77x96eQR+VqGwH61A6n7O3B/zgZj0hKwuWrsJZ4F/ex0UqXuD2bEx581IR1ydG W5ne1ruzevn2tb9jpk2C+F2Uk00/ENqYZd86ZoMC+hK/4912R7V8ihnsU9H56DatJImp Izlfxv+E/1kycK1l2eoWbDqkJ9cEcl+ifJTuvEeuaSVjSvduq7nVaeFQsHM9x029BKaR t3XUPeLqPiDGnYXljp7Sgf6kHVXQMDEi7b+9YfxQ+838R+v6EYkVjbaOs0q8BLXMTzKp Sy/uKlOHGf+9PTMOfLGJdQOFlC5eeN2Cyb/XD85qiqYsihhTbqwz21KxqGL80Vn+6Kxh 0xYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mT5oEyhtgVpn+yk7nF19aVlsGO/T2ppu+of98kLDJ1A=; b=Y9OQWZNTG+YwMIQIIM4TNlIYGwTB2NbViNAa13MHC6ZVy4zc/9VFKSofkapfVrUaQY NvEKBN4bEjgFCX3cajQL2gQUDr3Wk4fsLcjceKHxWr5KGWfomlmiSo1pwFoHsfzJdVGA yggc+VF241rL+iQD1OxM8Ozmd8UuJMql3NVAQOtBABMU6WFuMfKCR454AwJxMCryLSIA VormeVb5ZDQdvaZjTUhhx3HprfqOzrE02LP+5WB0VSgwTZwlalskwnOcjmAIzUDtovd0 jNOodfLcmRk9CY1KR/P9begNK/XD4YbiYA+l8QurqGRdfexJeulmCAysjStwgnvLjR0B Pk3Q== X-Gm-Message-State: AOAM530qGV8ToCO2Kpap1/JikDf5KpKceg7Rca7mlzRN5brVuMBgwzJw mkxsg1OKYDT7SdeXQRJc68thbb8YNdYX7OPwl4lx+rSedhzSwg== X-Google-Smtp-Source: ABdhPJzXRBa5GkRBHDWE8EttdPsQlfMgaSgFKHZ4O/+hVlDGtwaubfmSe1AJYw75bdPQ0A30D9R4aOroWzlxg8QkhKg= X-Received: by 2002:a17:902:a981:b0:156:52b2:40d6 with SMTP id bh1-20020a170902a98100b0015652b240d6mr22722786plb.34.1651678672977; Wed, 04 May 2022 08:37:52 -0700 (PDT) MIME-Version: 1.0 From: Ste Millington Date: Wed, 4 May 2022 16:37:42 +0100 Message-ID: Subject: Error whilst installing PG14 To: pgsql-pkg-debian@postgresql.org Content-Type: multipart/alternative; boundary="00000000000096040d05de31685b" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000096040d05de31685b Content-Type: text/plain; charset="UTF-8" I am running the script below to install PostGres14 on Ubuntu 20.04 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo add-apt-repository -y ppa:ubuntugis/ppa sudo apt-get update sudo apt-get -y install postgresql-14 postgresql-14-postgis-3 Earlier today this worked fine. I'm now getting the error. Not sure why MySQL libraries are required to install PostGres?! Any help would be much appreciated. TRUE OK Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease Get:2 http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease [86.6 kB] Hit:3 https://repos.azul.com/zulu/deb stable InRelease Get:4 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal InRelease [23.8 kB] Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease Get:8 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages [365 kB] Get:9 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 Packages [63.5 kB] Fetched 539 kB in 2s (353 kB/s) Reading package lists... Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease Hit:4 https://repos.azul.com/zulu/deb stable InRelease Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:6 http://apt.postgresql.org/pub/repos/apt focal-pgdg InRelease Hit:7 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gdal-data libaec0 libarmadillo9 libarpack2 libboost-serialization1.71.0 libcfitsio8 libcharls2 libcommon-sense-perl libdap25 libdapclient6v5 libepsilon1 libfreexl1 libfyba0 libgdal26 libgeos-3.9.1 libgeos-c1v5 libgeotiff5 libgmpxx4ldbl libhdf4-0-alt libhdf5-103 libjson-perl libjson-xs-perl libkmlbase1 libkmldom1 libkmlengine1 libllvm10 libminizip1 libmysqlclient21 libnetcdf15 libnspr4 libnss3 libogdi4.1 libpoppler97 libpq-dev libpq5 libproj15 libproj19 libprotobuf-c1 libqhull7 librttopo1 libsfcgal1 libspatialite7 libsuperlu5 libsz2 libtypes-serialiser-perl liburiparser1 libxerces-c3.2 pgdg-keyring postgresql-14-postgis-3-scripts postgresql-client-14 postgresql-client-common postgresql-common proj-bin proj-data Suggested packages: geotiff-bin gdal-bin libgeotiff-epsg libhdf4-doc libhdf4-alt-dev hdf4-tools ogdi-bin postgresql-doc-14 postgis The following NEW packages will be installed: gdal-data libaec0 libarmadillo9 libarpack2 libboost-serialization1.71.0 libcfitsio8 libcharls2 libcommon-sense-perl libdap25 libdapclient6v5 libepsilon1 libfreexl1 libfyba0 libgdal26 libgeos-3.9.1 libgeos-c1v5 libgeotiff5 libgmpxx4ldbl libhdf4-0-alt libhdf5-103 libjson-perl libjson-xs-perl libkmlbase1 libkmldom1 libkmlengine1 libllvm10 libminizip1 libmysqlclient21 libnetcdf15 libnspr4 libnss3 libogdi4.1 libpoppler97 libproj15 libproj19 libprotobuf-c1 libqhull7 librttopo1 libsfcgal1 libspatialite7 libsuperlu5 libsz2 libtypes-serialiser-perl liburiparser1 libxerces-c3.2 pgdg-keyring postgresql-14 postgresql-14-postgis-3 postgresql-14-postgis-3-scripts postgresql-client-14 postgresql-client-common postgresql-common proj-bin proj-data The following packages will be upgraded: libpq-dev libpq5 2 upgraded, 54 newly installed, 0 to remove and 24 not upgraded. Need to get 68.4 MB of archives. After this operation, 293 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 libaec0 amd64 1.0.4-1 [19.1 kB] Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 libarpack2 amd64 3.7.0-3 [92.8 kB] Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsuperlu5 amd64 5.2.1+dfsg1-4 [159 kB] Get:4 http://archive.ubuntu.com/ubuntu focal/universe amd64 libarmadillo9 amd64 1:9.800.4+dfsg-1build1 [93.2 kB] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libboost-serialization1.71.0 amd64 1.71.0-6ubuntu6 [302 kB] Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcfitsio8 amd64 3.470-3 [466 kB] Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcharls2 amd64 2.0.0+dfsg-1build1 [74.1 kB] Get:8 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 gdal-data all 3.3.2+dfsg-2~focal2 [473 kB] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB] Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdap25 amd64 3.20.5-1 [435 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdapclient6v5 amd64 3.20.5-1 [92.2 kB] Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 libepsilon1 amd64 0.9.2+dfsg-4 [41.0 kB] Get:13 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libpq-dev amd64 14.2-1.pgdg20.04+1+b1 [137 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfyba0 amd64 4.1.1-6build1 [113 kB] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfreexl1 amd64 1.0.5-3 [33.4 kB] Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhdf4-0-alt amd64 4.2.14-1ubuntu1 [268 kB] Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsz2 amd64 1.0.4-1 [5,188 B] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhdf5-103 amd64 1.10.4+repack-11ubuntu1 [1,311 kB] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libminizip1 amd64 1.1-8build1 [20.2 kB] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 liburiparser1 amd64 0.9.3-2 [39.3 kB] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlbase1 amd64 1.3.0-8build1 [45.4 kB] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmldom1 amd64 1.3.0-8build1 [152 kB] Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlengine1 amd64 1.3.0-8build1 [72.5 kB] Ign:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnetcdf15 amd64 1:4.7.3-1 [341 kB] Get:26 http://archive.ubuntu.com/ubuntu focal/universe amd64 libogdi4.1 amd64 4.1.0+ds-1build1 [198 kB] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libpoppler97 amd64 0.86.1-0ubuntu1 [915 kB] Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 libproj15 amd64 6.3.1-1 [925 kB] Get:31 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqhull7 amd64 2015.2-4 [152 kB] Get:32 http://archive.ubuntu.com/ubuntu focal/universe amd64 librttopo1 amd64 1.1.0-1 [178 kB] Get:33 http://archive.ubuntu.com/ubuntu focal/universe amd64 libxerces-c3.2 amd64 3.2.2+debian-1build3 [878 kB] Get:34 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgdal26 amd64 3.0.4+dfsg-1build3 [6,156 kB] Err:24 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3 404 Not Found [IP: 91.189.91.38 80] Get:35 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 libpq5 amd64 14.2-1.pgdg20.04+1+b1 [170 kB] Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 libgmpxx4ldbl amd64 2:6.2.0+dfsg-4 [9,128 B] Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB] Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB] Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB] Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] Get:41 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 pgdg-keyring all 2018.2 [10.7 kB] Get:42 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-client-common all 238.pgdg20.04+1 [92.0 kB] Get:43 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-client-14 amd64 14.2-1.pgdg20.04+1+b1 [1,614 kB] Get:44 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libgeos-3.9.1 amd64 3.9.1-1~focal0 [604 kB] Get:45 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-common all 238.pgdg20.04+1 [229 kB] Get:46 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-14 amd64 14.2-1.pgdg20.04+1+b1 [15.8 MB] Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 libprotobuf-c1 amd64 1.3.3-1 [18.9 kB] Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsfcgal1 amd64 1.3.7-4ubuntu3 [1,926 kB] Get:49 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libgeos-c1v5 amd64 3.9.1-1~focal0 [72.1 kB] Get:50 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 proj-data all 7.2.1-1~focal0 [7,919 kB] Get:51 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-14-postgis-3-scripts all 3.2.1+dfsg-1.pgdg20.04+1 [1,098 kB] Get:52 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-14-postgis-3 amd64 3.2.1+dfsg-1.pgdg20.04+1 [3,404 kB] Get:53 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libproj19 amd64 7.2.1-1~focal0 [1,103 kB] Get:54 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libgeotiff5 amd64 1.7.0-2~focal0 [70.4 kB] Get:55 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libspatialite7 amd64 5.0.0-1~focal1 [1,768 kB] Get:56 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 proj-bin amd64 7.2.1-1~focal0 [170 kB] Fetched 67.1 MB in 5s (13.1 MB/s) --00000000000096040d05de31685b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am running the script below to install PostGres14 on Ubu= ntu 20.04

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -c=
s)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
	wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-ke=
y add -
	sudo add-apt-repository -y ppa:ubuntugis/ppa
	sudo apt-get update

	sudo apt-get -y install postgresql-14 postgresql-14-postgis-3
Earlier to=
day this worked fine. I'm now getting the error.=C2=A0
Not sur= e why MySQL libraries are required to install PostGres?!=C2=A0 Any help wou= ld be much appreciated.

TRUE
OK
Hit:1 = http://security.ubuntu.com/ub= untu focal-security InRelease
Get:2 http://apt.postgresql.org/pub/repos/apt focal-pgdg = InRelease [86.6 kB]
Hit:3 ht= tps://repos.azul.com/zulu/deb stable InRelease
Get:4 http://ppa.launchpad.net/ubuntug= is/ppa/ubuntu focal InRelease [23.8 kB]
Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease=
Hit:6 http://archive.ubunt= u.com/ubuntu focal-updates InRelease
Hit:7 http://archive.ubuntu.com/ubuntu focal-backports In= Release
Get:8 http:/= /apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages [365 k= B]
Get:9 http:= //ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 Packages [63.= 5 kB]
Fetched 539 kB in 2s (353 kB/s)
Reading package lists...
Hit= :1 http://archive.ubuntu.com/u= buntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 = http://archive.ubuntu.com/ubun= tu focal-backports InRelease
Hit:4 https://repos.azul.com/zulu/deb stable InRelease
Hit:5 http://security.ubuntu.com/ubun= tu focal-security InRelease
Hit:6 http://apt.postgresql.org/pub/repos/apt focal-pgdg In= Release
Hit:7 = http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal InRelease
Readin= g package lists...
Reading package lists...
Building dependency tree.= ..
Reading state information...
The following additional packages wil= l be installed:
=C2=A0 gdal-data libaec0 libarmadillo9 libarpack2 libboo= st-serialization1.71.0
=C2=A0 libcfitsio8 libcharls2 libcommon-sense-per= l libdap25 libdapclient6v5
=C2=A0 libepsilon1 libfreexl1 libfyba0 libgda= l26 libgeos-3.9.1 libgeos-c1v5
=C2=A0 libgeotiff5 libgmpxx4ldbl libhdf4-= 0-alt libhdf5-103 libjson-perl
=C2=A0 libjson-xs-perl libkmlbase1 libkml= dom1 libkmlengine1 libllvm10 libminizip1
=C2=A0 libmysqlclient21 libnetc= df15 libnspr4 libnss3 libogdi4.1 libpoppler97
=C2=A0 libpq-dev libpq5 li= bproj15 libproj19 libprotobuf-c1 libqhull7 librttopo1
=C2=A0 libsfcgal1 = libspatialite7 libsuperlu5 libsz2 libtypes-serialiser-perl
=C2=A0 liburi= parser1 libxerces-c3.2 pgdg-keyring postgresql-14-postgis-3-scripts
=C2= =A0 postgresql-client-14 postgresql-client-common postgresql-common proj-bi= n
=C2=A0 proj-data
Suggested packages:
=C2=A0 geotiff-bin gdal-bin= libgeotiff-epsg libhdf4-doc libhdf4-alt-dev hdf4-tools
=C2=A0 ogdi-bin = postgresql-doc-14 postgis
The following NEW packages will be installed:<= br>=C2=A0 gdal-data libaec0 libarmadillo9 libarpack2 libboost-serialization= 1.71.0
=C2=A0 libcfitsio8 libcharls2 libcommon-sense-perl libdap25 libda= pclient6v5
=C2=A0 libepsilon1 libfreexl1 libfyba0 libgdal26 libgeos-3.9.= 1 libgeos-c1v5
=C2=A0 libgeotiff5 libgmpxx4ldbl libhdf4-0-alt libhdf5-10= 3 libjson-perl
=C2=A0 libjson-xs-perl libkmlbase1 libkmldom1 libkmlengin= e1 libllvm10 libminizip1
=C2=A0 libmysqlclient21 libnetcdf15 libnspr4 li= bnss3 libogdi4.1 libpoppler97
=C2=A0 libproj15 libproj19 libprotobuf-c1 = libqhull7 librttopo1 libsfcgal1
=C2=A0 libspatialite7 libsuperlu5 libsz2= libtypes-serialiser-perl liburiparser1
=C2=A0 libxerces-c3.2 pgdg-keyri= ng postgresql-14 postgresql-14-postgis-3
=C2=A0 postgresql-14-postgis-3-= scripts postgresql-client-14
=C2=A0 postgresql-client-common postgresql-= common proj-bin proj-data
The following packages will be upgraded:
= =C2=A0 libpq-dev libpq5
2 upgraded, 54 newly installed, 0 to remove and = 24 not upgraded.
Need to get 68.4 MB of archives.
After this operatio= n, 293 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal/univ= erse amd64 libaec0 amd64 1.0.4-1 [19.1 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/universe a= md64 libarpack2 amd64 3.7.0-3 [92.8 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd6= 4 libsuperlu5 amd64 5.2.1+dfsg1-4 [159 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal/universe a= md64 libarmadillo9 amd64 1:9.800.4+dfsg-1build1 [93.2 kB]
Get:5 http://archive.ubuntu.com/ubuntu = focal/main amd64 libboost-serialization1.71.0 amd64 1.71.0-6ubuntu6 [302 kB= ]
Get:6 http://archive.ubun= tu.com/ubuntu focal/universe amd64 libcfitsio8 amd64 3.470-3 [466 kB]Get:7 http://archive.ubuntu.= com/ubuntu focal/universe amd64 libcharls2 amd64 2.0.0+dfsg-1build1 [74= .1 kB]
Get:8 h= ttp://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 gdal-data= all 3.3.2+dfsg-2~focal2 [473 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommo= n-sense-perl amd64 3.74-2build6 [20.1 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/universe a= md64 libdap25 amd64 3.20.5-1 [435 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64= libdapclient6v5 amd64 3.20.5-1 [92.2 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe a= md64 libepsilon1 amd64 0.9.2+dfsg-4 [41.0 kB]
Get:13 http://apt.postgresql.org/pub/repos/apt
focal-pgdg/main amd64 libpq-dev amd64 14.2-1.pgdg20.04+1+b1 [137 kB]
G= et:14
http://archive.ubuntu.co= m/ubuntu focal/universe amd64 libfyba0 amd64 4.1.1-6build1 [113 kB]
= Get:15 http://archive.ubuntu.c= om/ubuntu focal/universe amd64 libfreexl1 amd64 1.0.5-3 [33.4 kB]
Ge= t:16 http://archive.ubuntu.com= /ubuntu focal/universe amd64 libhdf4-0-alt amd64 4.2.14-1ubuntu1 [268 k= B]
Get:17 http://archive.ub= untu.com/ubuntu focal/universe amd64 libsz2 amd64 1.0.4-1 [5,188 B]
= Get:18 http://archive.ubuntu.c= om/ubuntu focal/universe amd64 libhdf5-103 amd64 1.10.4+repack-11ubuntu= 1 [1,311 kB]
Get:19 http://= archive.ubuntu.com/ubuntu focal/universe amd64 libminizip1 amd64 1.1-8b= uild1 [20.2 kB]
Get:20 http= ://archive.ubuntu.com/ubuntu focal/universe amd64 liburiparser1 amd64 0= .9.3-2 [39.3 kB]
Get:21 htt= p://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlbase1 amd64 1.= 3.0-8build1 [45.4 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmldom1 amd6= 4 1.3.0-8build1 [152 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlengine= 1 amd64 1.3.0-8build1 [72.5 kB]
Ign:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 l= ibmysqlclient21 amd64 8.0.28-0ubuntu0.20.04.3
Get:25 http://archive.ubuntu.com/ubuntu focal/univer= se amd64 libnetcdf15 amd64 1:4.7.3-1 [341 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal/univer= se amd64 libogdi4.1 amd64 4.1.0+ds-1build1 [198 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal/= main amd64 libnspr4 amd64 2:4.25-1 [107 kB]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/= main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.6 [1,256 kB]
Get:29 http://archive.ubuntu.com/ubuntu = focal/main amd64 libpoppler97 amd64 0.86.1-0ubuntu1 [915 kB]
Get:30 http://archive.ubuntu.com/ubuntu focal/universe amd64 libproj15 amd64 6.3.1-1 [925 kB]
Get:31
http://archive.ubuntu.com/ubuntu = focal/universe amd64 libqhull7 amd64 2015.2-4 [152 kB]
Get:32 http://archive.ubuntu.com/ubuntu foc= al/universe amd64 librttopo1 amd64 1.1.0-1 [178 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal/= universe amd64 libxerces-c3.2 amd64 3.2.2+debian-1build3 [878 kB]
Get:34= http://archive.ubuntu.com/ubu= ntu focal/universe amd64 libgdal26 amd64 3.0.4+dfsg-1build3 [6,156 kB]<= br>Err:24 http://security.ubu= ntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.28-0= ubuntu0.20.04.3
=C2=A0 404 =C2=A0Not Found [IP: 91.189.91.38 80]
Get:= 35 http://apt.postgresq= l.org/pub/repos/apt focal-pgdg/main amd64 libpq5 amd64 14.2-1.pgdg20.04= +1+b1 [170 kB]
Get:36 http:= //archive.ubuntu.com/ubuntu focal/main amd64 libgmpxx4ldbl amd64 2:6.2.= 0+dfsg-4 [9,128 B]
Get:37 h= ttp://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.020= 00-2 [80.9 kB]
Get:38 http:= //archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl a= ll 1.0-1 [12.1 kB]
Get:39 h= ttp://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 = 4.020-1build1 [83.7 kB]
Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1= :10.0.0-4ubuntu1 [15.3 MB]
Get:41 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main a= md64 pgdg-keyring all 2018.2 [10.7 kB]
Get:42 http://apt.postgresql.org/pub/repos/apt focal= -pgdg/main amd64 postgresql-client-common all 238.pgdg20.04+1 [92.0 kB]
= Get:43 http://apt.postg= resql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-client-14 amd6= 4 14.2-1.pgdg20.04+1+b1 [1,614 kB]
Get:44 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libgeos-3.9.1 amd64 3.9.1-1~focal0 [604 kB]
Get:45 <= a href=3D"http://apt.postgresql.org/pub/repos/apt">http://apt.postgresql.or= g/pub/repos/apt
focal-pgdg/main amd64 postgresql-common all 238.pgdg20.= 04+1 [229 kB]
Get:46 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgres= ql-14 amd64 14.2-1.pgdg20.04+1+b1 [15.8 MB]
Get:47 http://archive.ubuntu.com/ubuntu focal/universe= amd64 libprotobuf-c1 amd64 1.3.3-1 [18.9 kB]
Get:48 http://archive.ubuntu.com/ubuntu focal/univer= se amd64 libsfcgal1 amd64 1.3.7-4ubuntu3 [1,926 kB]
Get:49 http://ppa.launchpad.net/ubunt= ugis/ppa/ubuntu focal/main amd64 libgeos-c1v5 amd64 3.9.1-1~focal0 [72.= 1 kB]
Get:50 h= ttp://ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 proj-data= all 7.2.1-1~focal0 [7,919 kB]
Get:51 http://apt.postgresql.org/pub/repos/apt focal-pgdg/ma= in amd64 postgresql-14-postgis-3-scripts all 3.2.1+dfsg-1.pgdg20.04+1 [1,09= 8 kB]
Get:52 http://= apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 postgresql-14-po= stgis-3 amd64 3.2.1+dfsg-1.pgdg20.04+1 [3,404 kB]
Get:53 http://ppa.launchpad.net/ubuntug= is/ppa/ubuntu focal/main amd64 libproj19 amd64 7.2.1-1~focal0 [1,103 kB= ]
Get:54 http:= //ppa.launchpad.net/ubuntugis/ppa/ubuntu focal/main amd64 libgeotiff5 a= md64 1.7.0-2~focal0 [70.4 kB]
Get:55 http://ppa.launchpad.net/ubuntugis/ppa/ubuntu fo= cal/main amd64 libspatialite7 amd64 5.0.0-1~focal1 [1,768 kB]
Get:56 http://ppa.launchpad= .net/ubuntugis/ppa/ubuntu focal/main amd64 proj-bin amd64 7.2.1-1~focal= 0 [170 kB]
Fetched 67.1 MB in 5s (13.1 MB/s)

=
--00000000000096040d05de31685b--