From: | Debraj Manna <subharaj(dot)manna(at)gmail(dot)com> |
---|---|
To: | gilberto(dot)castillo(at)etecsa(dot)cu |
Cc: | pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: [MASSMAIL]Installing postgres10 on Ubuntu 16 |
Date: | 2019-02-18 14:35:51 |
Message-ID: | CAF6DVKPC8T=q7b0E_w5fdq8GgYVUq+t2nmi1CsFVPzuXOr6Ekg@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Can you explain this a bit more? What is the ubuntu repo for postgres 10?
On Mon, Feb 18, 2019 at 7:58 PM <gilberto(dot)castillo(at)etecsa(dot)cu> wrote:
> Hi,
>
> You should enter the Ubuntun repor and download this version.
>
>
>
> El 2019-02-18 09:21, Debraj Manna escribió:
> > HI
> >
> > I am trying to install postgres 10 on Ubuntu 16. The steps I have
> > followed
> >
> > wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
> > sudo apt-key add -
> >
> > sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/
> > $(lsb_release -sc)-pgdg main" >
> > /etc/apt/sources.list.d/PostgreSQL.list'
> >
> > sudo apt-get update
> >
> > sudo apt-get install postgresql-10
> >
> > But after installation I am seeing libpq5 version that is installed is
> > from postgres 11.
> >
> > dmanna(at)ubuntu:~$ sudo dpkg-query --status libpq5
> > Package: libpq5
> > Status: install ok installed
> > Priority: optional
> > Section: libs
> > Installed-Size: 742
> > Maintainer: Debian PostgreSQL Maintainers
> > <team+postgresql(at)tracker(dot)debian(dot)org>
> >
> > Architecture: amd64
> > Multi-Arch: same
> > Source: postgresql-11
> > Version: 11.2-1.pgdg16.04+1
> >
> > Is this expected? Will this cause any issue with postgres 10 ?
>
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Tan | 2019-02-18 14:49:03 | Re: [MASSMAIL]Installing postgres10 on Ubuntu 16 |
Previous Message | gilberto.castillo | 2019-02-18 14:28:04 | Re: [MASSMAIL]Installing postgres10 on Ubuntu 16 |