Cant install Turboprint on Fedora 8 (64bit)

Linux distribution specific questions
Post Reply
ahaf
Posts: 3
Joined: Mon Nov 06, 2006 9:10 am

Cant install Turboprint on Fedora 8 (64bit)

Post 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.
zedonet
Site Admin
Posts: 2159
Joined: Fri Oct 06, 2006 8:02 am

Post by zedonet »

Hello,

it should be sufficient to install the RPM package named "gtk" or "gtk-1.2".
ahaf
Posts: 3
Joined: Mon Nov 06, 2006 9:10 am

Post by ahaf »

Thanks, that fixed it....
foxchops
Posts: 1
Joined: Fri Jun 06, 2008 6:43 pm

same problem on fedora 9

Post 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
trondd
Posts: 3
Joined: Fri Sep 05, 2008 2:24 pm

Post 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.
Post Reply