Page 1 of 1

Cant install Turboprint on Fedora 8 (64bit)

Posted: Sun Nov 11, 2007 9:43 pm
by ahaf
Turboprint fails to install on a Fresh Fedora 8, 64 bit.

I am running: # rpm -ivh turboprint*
error: Failed dependencies:
libgdk-1.2.so.0()(64bit) is needed by turboprint-1.96-3.x86_64
libglib-1.2.so.0()(64bit) is needed by turboprint-1.96-3.x86_64
libgmodule-1.2.so.0()(64bit) is needed by turboprint-1.96-3.x86_64
libgtk-1.2.so.0()(64bit) is needed by turboprint-1.96-3.x86_64

I am unable to find those libraries.

Posted: Mon Nov 12, 2007 9:44 am
by zedonet
Hello,

it should be sufficient to install the RPM package named "gtk" or "gtk-1.2".

Posted: Mon Nov 12, 2007 4:59 pm
by ahaf
Thanks, that fixed it....

same problem on fedora 9

Posted: Fri Jun 06, 2008 6:46 pm
by foxchops
Hi, which packages exatcly? I am having the same problem on fedora 9 and can't find any packages called gtk?

I've tried doing a 'yum search gtk' and no package comes up by that name (a lot of other packages come up).

TIA

Posted: Tue Sep 09, 2008 7:08 am
by trondd
If you do

Code: Select all

$ yum --nogpgcheck localinstall "turboprint*"
instead of the rpm command you don't have to resolve the dependencies yourself and life will be simpler.