Wrong package architecture for i386 (cloudflared)

Hi,
Installing cloudflared on a 32-bit Ubuntu 20.04 server.

When I download from this page (Downloads · Cloudflare Zero Trust docs)

# sudo dpkg -i cloudflared-linux-386.deb
dpkg: error processing archive cloudflared-linux-386.deb (--install):
 package architecture (386) does not match system (i386)

I believe the architecture on the .deb file is incorrectly labelled as “386” rather than “i386”

This has been reported on the Cloudflared GitHub page: i386 deb package doesn't work · Issue #579 · cloudflare/cloudflared · GitHub

From there, a possible workaround is sudo dpkg --add-architecture 386 then reinstalling with deb.

2 Likes

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