cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

💡 Create release for Ubuntu 24.04 noble

Open s-crypt opened this issue 9 months ago • 8 comments

Describe the feature you'd like Could you please create a release for Ubuntu 24.04? It was recently released on 2024-04-23 and falls in line with your support of Ubuntu LTS releases.

Describe alternatives you've considered Using the 22.04 jammy package works for now, but official support would be nice :)

s-crypt avatar Apr 26 '24 07:04 s-crypt

sudo dpkg -i cloudflared-linux-amd64.deb works ok for now

khanumballz avatar Apr 27 '24 01:04 khanumballz

Jammy works fine, but is not elegant. After upgrading to Ubuntu 24.04, all my other repositories, except for Cloudflared and Cloudflare WARP, already support Noble, including even the mega-cli repo.

YujiaCheng1996 avatar Apr 30 '24 02:04 YujiaCheng1996

I'm using CloudFlared for linux instalation instructions as described here: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/

Looks like this issue is the reason that:

sudo apt-get update && sudo apt-get install cloudflared fails with the follwing error:

Err:5 https://pkg.cloudflare.com/cloudflared noble Release 404 Not Found Reading package lists... Done E: The repository 'https://pkg.cloudflare.com/cloudflared noble Release' does not have a Release file.

rturk avatar Jun 09 '24 21:06 rturk

As a temporary fix I've edited /etc/apt/sources.list.d and changed from noble to jammy

rturk avatar Jun 09 '24 21:06 rturk

I have the same issue @rturk.

lannex avatar Jun 12 '24 06:06 lannex

This worked for me:

When following the installation steps shown in https://pkg.cloudflareclient.com/

Instead of second step:

echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list

Use:

echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list

Then, follow same steps for config https://developers.cloudflare.com/warp-client/get-started/linux/

GerCam avatar Jun 18 '24 10:06 GerCam

This is literally the feature request issue to add noble. Of course jammy exists and works.

yorickdowne avatar Jun 18 '24 11:06 yorickdowne

Any updates on this?

drshajul avatar Aug 29 '24 15:08 drshajul