Help Installing Canon i250 printer on Ubuntu

Soldato
Joined
25 Jan 2003
Posts
9,497
Hi

Just installed ubuntu, and all is well so far, apart from my printer wont work. Im following this guide: http://www.ubuntuforums.org/showthread.php?t=126063

But i keep getting this:

jimbo@jimbo-desktop:~/Desktop/i250$ sudo dpkg -i libtiff3g_3.5.5-7woody2_i386.deb
(Reading database ... 88766 files and directories currently installed.)
Preparing to replace libtiff3g 3.5.5-7woody2 (using libtiff3g_3.5.5-7woody2_i386.deb) ...
Unpacking replacement libtiff3g ...
Setting up libtiff3g (3.5.5-7woody2) ...

jimbo@jimbo-desktop:~/Desktop/i250$ sudo dpkg -i canon-i250_2.3_i386.deb
(Reading database ... 88766 files and directories currently installed.)
Preparing to replace canon-i250 2.3 (using canon-i250_2.3_i386.deb) ...
Unpacking replacement canon-i250 ...
dpkg: dependency problems prevent configuration of canon-i250:
canon-i250 depends on libglade0; however:
Package libglade0 is not installed.
canon-i250 depends on libpng2 (>= 1.0.12); however:
Package libpng2 is not installed.
canon-i250 depends on libxml1 (>= 1:1.8.14-3); however:
Package libxml1 is not installed.
canon-i250 depends on xlibs (>> 4.1.0); however:
Package xlibs is not installed.
dpkg: error processing canon-i250 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
canon-i250
jimbo@jimbo-desktop:~/Desktop/i250$

Ive tried getting the missing packages through apt but they arent available :( What can i do? as this is all thats stopping me from having a perfect working system!

Many thanks
 
Looks like you need these packages;

Package libglade0 is not installed.
Package libpng2 is not installed.
Package libxml1 is not installed.
Package xlibs is not installed.

Once they are installed you should be able to then configure that canon package correctly. I think those 4 things should be available via apt-get (add in some more repositories if not).

guide on adding repositories (do a google for decent ones);

http://www.ubuntuforums.org/archive/index.php/t-77889.html

Or just google for the libpng2.deb package etc.
 
Last edited:
Right ive installed everything apart from:

libpng2

as when i try and install it, i get:

PNG library, older version - runtime
libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files.
This is a dummy package; it is superseded by libpng10-0.

I have installed libpng10-0 but when i try and install the canon driver, it still says i need libpng2 :(
 
Back
Top Bottom