Обсуждение: PostgreSQL 18 not available for Noble?
Hi all, As per $subject - is PG 18 not available for Ubuntu Noble (24.04)? My laptop runs Tuxedo OS which is based on Noble, and doing this - apt search postgresql-18 - finds lots of extensions and other stuff, but not postgresql-18 itself; whereas if I execute the same command on a Debian 13 (Trixie) server it pops up at the top of the list. Thanks all, Ray. -- Ray O'Donnell // Galway // Ireland ray@rodonnell.ie
On 9/28/25 13:46, Ray O'Donnell wrote: > Hi all, > > As per $subject - is PG 18 not available for Ubuntu Noble (24.04)? According to the below it is: https://www.postgresql.org/download/linux/ubuntu/ > > My laptop runs Tuxedo OS which is based on Noble, and doing this - > > apt search postgresql-18 Did you do?: sudo apt update > > - finds lots of extensions and other stuff, but not postgresql-18 > itself; whereas if I execute the same command on a Debian 13 (Trixie) > server it pops up at the top of the list. > > Thanks all, > > Ray. > > -- Adrian Klaver adrian.klaver@aklaver.com
On 28 September 2025 21:54:01 Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 9/28/25 13:46, Ray O'Donnell wrote:Hi all,As per $subject - is PG 18 not available for Ubuntu Noble (24.04)?According to the below it is:https://www.postgresql.org/download/linux/ubuntu/
Hi Adrian,
That's what I though, right enough.
Did you do?:sudo apt update
Pretty sure I did.... the laptop is put away now and my marriage will be in danger if I take it out again (joking!!), so I'll try again in the morning and report back.
Thanks for the response,
Ray.
On 9/28/25 14:04, Ray O'Donnell wrote: > > On 28 September 2025 21:54:01 Adrian Klaver <adrian.klaver@aklaver.com> > wrote: > >> On 9/28/25 13:46, Ray O'Donnell wrote: >>> Hi all, >>> >>> As per $subject - is PG 18 not available for Ubuntu Noble (24.04)? >> >> According to the below it is: >> >> https://www.postgresql.org/download/linux/ubuntu/ > > Hi Adrian, > > That's what I though, right enough. I see it here: https://apt.postgresql.org/pub/repos/apt/dists/noble-pgdg/ Check: Are the PGDG repos set up in Tuxedo OS? Or are is Tuxedo using the default Ubuntu repo, which is pinned at Postgres 16: https://packages.ubuntu.com/noble/database/postgresql > >> Did you do?: >> >> sudo apt update > > Pretty sure I did.... the laptop is put away now and my marriage will be > in danger if I take it out again (joking!!), so I'll try again in the > morning and report back. > > Thanks for the response, > > Ray. > > -- Adrian Klaver adrian.klaver@aklaver.com
On 28/09/2025 22:17, Adrian Klaver wrote: > On 9/28/25 14:04, Ray O'Donnell wrote: >> >> On 28 September 2025 21:54:01 Adrian Klaver >> <adrian.klaver@aklaver.com> wrote: >> >>> On 9/28/25 13:46, Ray O'Donnell wrote: >>>> Hi all, >>>> >>>> As per $subject - is PG 18 not available for Ubuntu Noble (24.04)? >>> >>> According to the below it is: >>> >>> https://www.postgresql.org/download/linux/ubuntu/ >> >> Hi Adrian, >> >> That's what I though, right enough. > > I see it here: > > https://apt.postgresql.org/pub/repos/apt/dists/noble-pgdg/ > > Check: > > Are the PGDG repos set up in Tuxedo OS? > > Or are is Tuxedo using the default Ubuntu repo, which is pinned at > Postgres 16: > > https://packages.ubuntu.com/noble/database/postgresql > Problem solved - it turned out I was doing something stupid - I hadn't downloaded the repository key from apt.postgresql.org. Once I did that, PG 18 installed without a hitch. I put it down to brain fog (I'm currently isolating with Covid)... Thanks again for the help! Ray. -- Ray O'Donnell // Galway // Ireland ray@rodonnell.ie