Trying to install a Canon printer, and getting into trouble at some point (see this question, regarding the 12.10 part) I noticed that I had not followed exactly what Ubuntu Documentation recommended for 12.04: I had installed version 2.4 of the canon driver while the ubuntu website gave a link for v.2.3.
While with 2.4 i have stumbled on the step presented in that question, after removing drivers and trying to install 2.3 version (cndrvcups-common_2.30-1_i386), i have an unsatisfied dependency: gs-esp
But how to install that?
Cannot find it in Synaptic
If i enter
apt-cache show ghostscript | grep ^Provides
i only get
Provides: postscript-viewer
Output of apt-cache policy ghostscript
is
Installed: 9.06~dfsg-0ubuntu4
Candidate: 9.06~dfsg-0ubuntu4
Version table:
*** 9.06~dfsg-0ubuntu4 0
500 http://fr.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
100 /var/lib/dpkg/status
Also,
$ sudo dpkg -i cndrvcups-common_2.30-1_i386.deb
Selecting previously unselected package cndrvcups-common.
(Reading database ... 388209 files and directories currently installed.)
Unpacking cndrvcups-common (from cndrvcups-common_2.30-1_i386.deb) ...
dpkg: dependency problems prevent configuration of cndrvcups-common:
cndrvcups-common depends on gs-esp; however:
Package gs-esp is not installed.
dpkg: error processing cndrvcups-common (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cndrvcups-common
debian/control
file, but this might break more. – gertvdijk Jan 21 '13 at 16:58