Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 Create release for Ubuntu 24.04 noble #1235

Open
s-crypt opened this issue Apr 26, 2024 · 8 comments
Open

💡 Create release for Ubuntu 24.04 noble #1235

s-crypt opened this issue Apr 26, 2024 · 8 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces

Comments

@s-crypt
Copy link

s-crypt commented Apr 26, 2024

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 s-crypt added Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces labels Apr 26, 2024
@khanumballz
Copy link

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

@YujiaCheng1996
Copy link

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.

@rturk
Copy link

rturk commented Jun 9, 2024

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
Copy link

rturk commented Jun 9, 2024

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

@lannex
Copy link

lannex commented Jun 12, 2024

I have the same issue @rturk.

@GerCam
Copy link

GerCam commented Jun 18, 2024

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/

@yorickdowne
Copy link

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

@drshajul
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces
Projects
None yet
Development

No branches or pull requests

8 participants