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?
sudo
to the begginings of the comands, this asks foradmin
access (calledroot
in ubuntu) sosudo dpkg --add-architecture i386
enter pass wordsudo apt-get update
thensudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386
any more issues please make a question, also see the manual for explanations of all this http://manpages.ubuntu.com/ – Mark Kirby Aug 08 '15 at 17:21