아파트를 업데이트할 수 없습니다

아파트를 업데이트할 수 없습니다
[sudo] password for aidin: 
Hit:1 https://ir.ubuntu.sindad.cloud/ubuntu mantic InRelease
Ign:2 https://pkg.cloudflareclient.com mantic InRelease   
Err:3 https://pkg.cloudflareclient.com mantic Release
  404  Not Found [IP: 104.19.236.24 443]
Reading package lists... Done
E: The repository 'https://pkg.cloudflareclient.com mantic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

답변1

코드명을 사용할 수 없습니다 mantic.Ubuntu에서 지원되는 코드명:

지원되는 버전은 다음과 같습니다:

제이미(22.04)

포커스(20.04)

바이오닉(18.04)

시니어(16.04)

cloudflare-warp패키지는 LTS 릴리스용입니다. lsb_release -csUbuntu 코드명이 인쇄 됩니다 . 다음과 같이 변경하세요 jammy.

echo "deb [arch=amd64 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
sudo apt update
sudo apt install cloudflare-warp

관련 정보