On 12/09/15 02:47, Charlie Kravetz wrote: > On Sat, 12 Sep 2015 02:25:27 +0100 > niya levi <niyal...@gmail.com> wrote: > >> hi everyone >> i have a canon ip7250 printer >> i downloaded the driver file from canon ( >> cnijfilter-ip7200series-3.80-1-deb ) >> i tried to install it on jessie which produced the following :- >> >> >> root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# ./install.sh >> >> ================================================== >> >> Canon Inkjet Printer Driver >> Version 3.80 >> Copyright CANON INC. 2001-2012 >> All Rights Reserved. >> >> ================================================== >> Command executed = sudo dpkg -iG >> ./packages/cnijfilter-common_3.80-1_amd64.deb >> Selecting previously unselected package cnijfilter-common. >> (Reading database ... 63134 files and directories currently installed.) >> Preparing to unpack .../cnijfilter-common_3.80-1_amd64.deb ... >> Unpacking cnijfilter-common (3.80-1) ... >> Setting up cnijfilter-common (3.80-1) ... >> Processing triggers for libc-bin (2.19-18+deb8u1) ... >> Command executed = sudo dpkg -iG >> ./packages/cnijfilter-ip7200series_3.80-1_amd64.deb >> Selecting previously unselected package cnijfilter-ip7200series. >> (Reading database ... 63152 files and directories currently installed.) >> Preparing to unpack .../cnijfilter-ip7200series_3.80-1_amd64.deb ... >> Unpacking cnijfilter-ip7200series (3.80-1) ... >> dpkg: dependency problems prevent configuration of cnijfilter-ip7200series: >> cnijfilter-ip7200series depends on libpango1.0-0 (>= 1.12.3); however: >> Package libpango1.0-0 is not installed. >> cnijfilter-ip7200series depends on libtiff4; however: >> Package libtiff4 is not installed. >> >> dpkg: error processing package cnijfilter-ip7200series (--install): >> dependency problems - leaving unconfigured >> Errors were encountered while processing: >> cnijfilter-ip7200series >> Command executed = sudo dpkg -P cnijfilter-ip7200series >> (Reading database ... 63342 files and directories currently installed.) >> Removing cnijfilter-ip7200series (3.80-1) ... >> Purging configuration files for cnijfilter-ip7200series (3.80-1) ... >> Processing triggers for libc-bin (2.19-18+deb8u1) ... >> Command executed = sudo dpkg -P cnijfilter-common >> (Reading database ... 63151 files and directories currently installed.) >> Removing cnijfilter-common (3.80-1) ... >> Purging configuration files for cnijfilter-common (3.80-1) ... >> Processing triggers for libc-bin (2.19-18+deb8u1) ... >> >> >> root@maybel:/home/tom/cnijfilter-ip7200series-3.80-1-deb# apt-get >> install libtiff4 libpangol >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Unable to locate package libtiff4 >> E: Unable to locate package libpangol >> >> ------------------------------------------------------------------------------- >> >> jessie has libtiff5 but i was able to find libtiff4_3.9.6-11_amd64.deb >> for jessie, on the net >> libpangol was a bit more difficult, i was not able to find it anywhere, >> there is a libpango in the packages but i wasn't sure about its suitability, >> could someone let me know if this is the file to install, >> also i intend to setup the printserver to print raw files, >> could i just setup cups with the ppd file from the canon driver package >> or do i need the driver as well. >> >> Shadrock >> >> > I think the part of the issue is that the pangol is actually pango1.0-0 > (that is a number one after the o, not a small L) > > $ apt-cache policy libpango1.0-0 > libpango1.0-0: > Installed: 1.36.8-3 > Candidate: 1.36.8-3 > Version table: > *** 1.36.8-3 0 > 500 http://mirrors.kernel.org/debian/ stable/main amd64 Packages > 900 http://mirrors.kernel.org/debian/ testing/main amd64 > Packages 100 /var/lib/dpkg/status > Hi Charlie many thanks
Shadrock