Hi everyone!
Yesterday and today, I went to install Warp folowing this guide: https://developers.cloudflare.com/warp-client/get-started/linux/
I stumbled upon three situations:
-
I am using
Ubuntu 22.04
, when I ran the commandsudo apt install cloudflare-warp
, no package was found. I tried updating, the sources list but to no avail. -
So I tried following one of the links given in the guide, maybe to download a
.deb
file, I used this one:https://pkg.cloudflareclient.com/packages/cloudflare-warp
. This was the response:
-
I also tried following the guide on
https://pkg.cloudflareclient.com/
, but when running theapt install
command, it refuses to download, giving a invalid gpg encryption error.
So I am reaching out to see if anyone had the same problem, about two weeks ago I installed it just fine on Windows, via the https://1.1.1.1/
website.
Thanks in advance!