I am running Ubuntu 14.04. I am new to Linux and my Canon LBP6000 printer isn't working with Ubuntu 14.04.
I tried this question's answer as solution, but I didn't work.
I tried the following commands:
# amd64 only
dpkg --add-architecture i386
apt-get update
apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
and got an error:
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied
How should I proceed?