Thread: BUG #16402: No se puede instalar pgadmin4

BUG #16402: No se puede instalar pgadmin4

From
PG Bug reporting form
Date:
The following bug has been logged on the website:

Bug reference:      16402
Logged by:          ezequiel oscar davids
Email address:      ezequieldavids@gmail.com
PostgreSQL version: 12.0
Operating system:   kubuntu 20.04
Description:

Des:7 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages
[142 kB]
Descargados 199 kB en 6s (31,9 kB/s)


           
Leyendo lista de paquetes... Hecho
N: Omitiendo el uso del fichero configurado «main/binary-i386/Packages» ya
que el repositorio «http://apt.postgresql.org/pub/repos/apt focal-pgdg
InRelease» no admite la arquitectura «i386»


Re: BUG #16402: No se puede instalar pgadmin4

From
Thomas Munro
Date:
On Thu, Apr 30, 2020 at 3:32 AM PG Bug reporting form
<noreply@postgresql.org> wrote:
> Des:7 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages
> [142 kB]
> Descargados 199 kB en 6s (31,9 kB/s)
>
>
>
> Leyendo lista de paquetes... Hecho
> N: Omitiendo el uso del fichero configurado «main/binary-i386/Packages» ya
> que el repositorio «http://apt.postgresql.org/pub/repos/apt focal-pgdg
> InRelease» no admite la arquitectura «i386»

So the question is really: why don't we have i386 packages for Ubuntu
focal?  I don't know myself and https://wiki.postgresql.org/wiki/Apt
doesn't mention any policy on that, but maybe someone from the
packaging team could comment, and if you don't get an answer here then
maybe the packaging mailing list or contacts on that wiki page could
help.



Re: BUG #16402: No se puede instalar pgadmin4

From
Thomas Munro
Date:
On Thu, Apr 30, 2020 at 11:11 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> On Thu, Apr 30, 2020 at 3:32 AM PG Bug reporting form
> <noreply@postgresql.org> wrote:
> > Des:7 http://apt.postgresql.org/pub/repos/apt focal-pgdg/main amd64 Packages
> > [142 kB]
> > Descargados 199 kB en 6s (31,9 kB/s)
> >
> >
> >
> > Leyendo lista de paquetes... Hecho
> > N: Omitiendo el uso del fichero configurado «main/binary-i386/Packages» ya
> > que el repositorio «http://apt.postgresql.org/pub/repos/apt focal-pgdg
> > InRelease» no admite la arquitectura «i386»
>
> So the question is really: why don't we have i386 packages for Ubuntu
> focal?  I don't know myself and https://wiki.postgresql.org/wiki/Apt
> doesn't mention any policy on that, but maybe someone from the
> packaging team could comment, and if you don't get an answer here then
> maybe the packaging mailing list or contacts on that wiki page could
> help.

Erm.  I see now that that'd be because there is no i386 release of
Ubuntu focal.  Fair enough.  So the next question is why is this
system trying to fetch i386 stuff?  Perhaps you have multiarch
configured to fetch both i386 and amd64.  In that case I think you'll
need to change that line of sources.list to tell it that this source
doesn't have i386, like so:

deb [arch=amd64] ...