[Newbies] 如何安装Cloudflare Warp
Tofloor
poster avatar
158******75
deepin
2023-11-29 21:57
Author

官方没有deepin版本安装指南

Reply Favorite View the author
All Replies
蔡EEPIN
deepin
2023-11-29 22:49
#1

装上大概率也连不上,还是养鸡场靠谱

Reply View the author
neko
deepin
Ecological co-builder
2023-11-30 01:24
#2

装了国内也连不上XD,我之前就试过

Reply View the author
fallingstar-ten
deepin
2023-11-30 05:41
#3

用debian10或11的版本(20.9/v23分别对应)

Reply View the author
158******75
deepin
2023-12-04 23:38
#4
fallingstar-ten

用debian10或11的版本(20.9/v23分别对应)

好的谢谢,现在暂时用clash verge了

Reply View the author
deepin
2024-09-17 15:02
#5
fallingstar-ten

用debian10或11的版本(20.9/v23分别对应)

问题是怎么找Debian的包,官方给的文档都是apt install

Reply View the author
fallingstar-ten
deepin
2024-09-18 16:59
#6

问题是怎么找Debian的包,官方给的文档都是apt install

有加源的方法

Reply View the author
deepin
2024-09-22 19:42
#7
fallingstar-ten

有加源的方法

加源安装也报错,因为没有deepin系统标识相关的版本。

Reply View the author
fallingstar-ten
deepin
2024-09-23 12:04
#8

加源安装也报错,因为没有deepin系统标识相关的版本。


# Add cloudflare gpg key
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg


# Add this repo to your apt repositories
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ Bookworm main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list


# Install
sudo apt-get update && sudo apt-get install cloudflare-warp

要改成bookworm

Reply View the author