Warp-CLI Linux error

Hello!

Follow the steps:

https:\pkg[.]cloudflareclient[.]com/#debian

But I get this error when I try to type:

sudo apt-get update && sudo apt-get install cloudflare-warp
Err:11 https:\\pkg[.]cloudflareclient[.]com victoria Release    
  404 Not Found [IP: 2606:4700::6813:ec18 443]
Reading package lists... Done
E: The 'https:\\pkg[.]cloudflareclient[.]com victoria Release' repository does not have a Release file.
N: Updates from such a repository cannot be done securely and are therefore disabled by default.
N: See the apt-secure(8) manual page for details on creating repositories and configuring users.

My operating system is Linux Mint.

Mint Victoria 21.X is based on Ubuntu 22.X. Try replacing victoria with jammy in your release file (either in /etc/apt/sources.list or files in /etc/apt/sources.list.d/) (but only for pkg.cloudflareclient.com)

1 Like

Thank you!

Here are the steps for others who will experience this similar issue. Based on your answer I did so it worked.

sudo nano /etc/apt/sources.list.d/cloudflare-client.list

eb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main

victory => jammy

sudo apt-get update -y

sudo apt-get install cloudflare-warp

Done.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.