Open jackgray-nycbs opened 3 weeks ago
Linux downloads are listed here. On Ubuntu you'll want the .deb file or to follow the instructions in the linux sectuin about adding the Cloudflare Package Repository.
I'm on an intel nuc with Ubuntu 24.04.1 LTS x86_64 and did the following:
cloudflared.deb
in current directorycurl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
sudo dpkg -i cloudflared.deb
You can verify it's working with cloudflared version
, Hope that helps
The line E: The repository 'https://pkg.cloudflare.com/cloudflared noble Release' does not have a Release file.
indicates that the cloudflared repository doesn't support Ubuntu 24.04 LTS noble
yet, as a workaround I changed to use the previous Ubuntu LTS code name jammy
instead for /etc/apt/sources.list.d/cloudflared.list
:
deb [signed-by=/etc/apt/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared jammy main
On the other hand, could the repository maintainer for for cloudflared please help to update the repository to support Ubuntu noble
release?
@jackgray-nycbs FYI
The only resource I could find to install cloudflared on linux is in a tutorial for creating a local tunnel. The repository does not find a compatible version for Ubuntu 24 LTS.
The Linux download link in the README of this repository returns 404.