cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

i386 deb package doesn't work

Open yuzuriha-shu opened this issue 3 years ago • 1 comments

The package does not work on a debian distrib.

To Reproduce

  1. Downloaded cloudflared-linux-386.deb from the GitHub release page.
  2. I tried to install the package with sudo dpkg -i cloudflared-linux-386.deb
  3. Printed the following error "package architecture (386) does not match system architecture (i386)".

Environment and versions

  • OS: Debian GNU/Linux 10 (buster)
  • Architecture: x86 (i386)

Logs and errors

sudo dpkg -i cloudflared-linux-386.deb dpkg: error processing cloudflared-linux-386.deb file (--install): package architecture (386) does not match system architecture (i386). Errors were encountered while processing: cloudflared-linux-386.deb

yuzuriha-shu avatar Feb 21 '22 01:02 yuzuriha-shu

There is a workaround by doing sudo dpkg --add-architecture 386 and then installing it with dpkg

antivodonik avatar Jun 09 '22 18:06 antivodonik