I've been trying to install steam on debian 9, I need to get the i386 architecture, but it doesn't let me do it
dpkg --print-architecture
returns
amd64
and when i use dpkg --print-foreign-architectures
it returns with i386
using sudo dpkg --add-architecture i386
returns me nothing but it also doesnt update even after
sudo apt-get update
without using sudo I get the following error
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied
I can't seem to find a fix regarding my system