Re: Ubuntu 14.04 (trusty) Postgres 13 deb package

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Bhavesh Mistry <bhavesh(dot)mistry13(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Ubuntu 14.04 (trusty) Postgres 13 deb package
Date: 2021-06-27 17:53:03
Message-ID: 69a4affc-8f82-3c4a-a7c7-58b45a8834a7@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/24/21 2:33 PM, Bhavesh Mistry wrote:
> Hi All,
>
> I was trying to install PSQL 13 on Ubuntu 14.04 (trusty)  but I could
> not find the package.  It seems the path has been removed.  Can you
> please tell me how to build deb package for trusty from psql source? I
> tried psql 13 sources, I was able to build but I could not figure out
> how to build deb package.  I would appreciate any pointers.

You won't find it per:

https://www.postgresql.org/download/linux/ubuntu/

The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:

20.04
18.04
16.04

There are the archive repos:

https://apt-archive.postgresql.org/pub/repos/apt/dists/index.html

Though for Trusty that only goes up to 11.

>
> Also, the compile psql 13.3 , I could not figure out how to include
> missing extensions sslinfo,uuid-ossp, and xml2 ?

If you mean to compile from source, you have to look in the contrib/
directory not src/

>
> Here is apt repository error:
> W: Failed to fetch
> http://apt.postgresql.org/pub/repos/apt/dists/trusty-pgdg/main/binary-amd64/Packages
> <http://apt.postgresql.org/pub/repos/apt/dists/trusty-pgdg/main/binary-amd64/Packages>
>  404  Not Found [IP: 147.75.85.69 80]
>
> W: Failed to fetch
> http://apt.postgresql.org/pub/repos/apt/dists/trusty-pgdg/main/binary-i386/Packages
> <http://apt.postgresql.org/pub/repos/apt/dists/trusty-pgdg/main/binary-i386/Packages>
>  404  Not Found [IP: 147.75.85.69 80]
>
>
> --
> Thanks,
>
> Bhavesh
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Allan Kamau 2021-06-27 18:18:30 GIN indexed unique constraint?
Previous Message Julien Rouhaud 2021-06-26 05:01:45 Re: What is the difference between context of "sighup", "super-backend", and "backend" in pg_settings?