cloudflared
cloudflared copied to clipboard
i386 deb package doesn't work
The package does not work on a debian distrib.
To Reproduce
- Downloaded cloudflared-linux-386.deb from the GitHub release page.
- I tried to install the package with
sudo dpkg -i cloudflared-linux-386.deb - 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
There is a workaround by doing
sudo dpkg --add-architecture 386
and then installing it with dpkg