How to install warp-cli on Manjaro?

hi
how can i install and use warp-cli (cloudflare client) on manjaro?

cloudflare-warp-bin is in the AUR.

pamac search cloudflare-warp-bin
Failed to read AUR data from /var/lib/pacman/sync/packages-meta-ext-v1.json.gz : Error opening file /var/lib/pacman/sync/packages-meta-ext-v1.json.gz: No such file or directory

That doesnt have anything to do with the package.

Seems like something is wrong with pamac.

Its probably one of the previously reported problems. Possibly fixed with

pamac upgrade --aur --force-refresh --dry-run

I wouldnt know, dont use it.

Heres the standard way of building an AUR package (including prereqs);

sudo pacman -Syu git base-devel
git clone https://aur.archlinux.org/cloudflare-warp-bin.git
cd cloudflare-warp-bin
makepkg -sric

Sorry, I’m new to manjaro.
I could finally install it by following the link you sent.
Thanks

1 Like

5 posts were split to a new topic: Unable to satisfy dependency ‘clang=17.0.6’ required by python-shiboken2

I also need to use warp-cli proxy mode. it seems that it’s not working. I used the following commands:

warp-cli mode proxy
warp-cli proxy port 4000
warp-cli connect

or maybe it’s working, but the speed is very low. speedtest.net times out.

Thank you. It’s a Manjaro mate which I installed before. I’ve no problem with it, but I will run the command certainly. Let’s concentrate on the speed of warp. Maybe once I’ll install a newer ISO.

The best I can probably do is point to the docs;

Have you run first

warp-cli registration new

And maybe also check

curl https://www.cloudflare.com/cdn-cgi/trace/

Which should contain warp=on to verify.

I have split the threads already.

Sadly, I am not sure I will be very much help with the operation of WARP itself.

You did a great favor in guiding me in both contexts.
Thank you
When I run this:
curl https://www.cloudflare.com/cdn-cgi/trace/
I get the warp is off!

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