I tried to install the drivers for my Canon MF4150 that I successfully used under my previous 10.04 instance.
But when I run the command to install .deb packages, it gives me an error complaining that a ghostscript package is missing.
Of course trying to apt-get install that package has, it says that there's no installation candidate :
root@u1210:/Dati/DOWNLOAD/Drivers/Canon# dpkg -i *.deb
Selecting previously unselected package cndrvcups-common.
(Reading database ... 271641 files and directories currently installed.)
Unpacking cndrvcups-common (from cndrvcups-common_2.20-1_i386.deb) ...
Selecting previously unselected package cndrvcups-ufr2-uk.
Unpacking cndrvcups-ufr2-uk (from cndrvcups-ufr2-uk_2.20-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
dpkg: dependency problems prevent configuration of cndrvcups-ufr2-uk:
cndrvcups-ufr2-uk depends on cndrvcups-common (>= 2.20); however:
Package cndrvcups-common is not configured yet.
dpkg: error processing cndrvcups-ufr2-uk (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
cndrvcups-common
cndrvcups-ufr2-uk
root@u1210:/Dati/DOWNLOAD/Drivers/Canon# sudo apt-get install gs-esp
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gs-esp is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gs-esp' has no installation candidate
How can I fix this, or use a workaround to use this drivers ??
Please give me some hints..
Thanks a lot.
Enrico