No package 'gtk+-2.0' found --- No package 'gtkmm-2.4' found

2013-06-22 Thread Thomas Tobian
Hi Guys,

Could you please to help me, I installed a libview library on my linux
fedora 14.
and it produced:

No package 'gtk+-2.0' found
No package 'gtkmm-2.4' found

Thus I tried to download them:


[root@localhost libview]# yum install libgtk2.0-dev
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
*No package libgtk2.0-dev available.*
*Error: Nothing to do*


[root@localhost libview]# yum install gtkmm-2.4
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
*No package gtkmm-2.4 available.*
*Error: Nothing to do*
*
*
*
*
How could I get their *rpm files?
I will really appreciate for your help.

Thank you so much,

Cheers,
Thomas
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: No package 'gtk+-2.0' found --- No package 'gtkmm-2.4' found

2013-06-22 Thread Michael Schwendt
On Sat, 22 Jun 2013 17:36:57 +0900, Thomas Tobian wrote:

 Hi Guys,
 
 Could you please to help me, I installed a libview library on my linux
 fedora 14.
 and it produced:
 
 No package 'gtk+-2.0' found
 No package 'gtkmm-2.4' found

That looks like a reference to pkgconfig files (gtk+-2.0.pc and
gtkmm-2.4.pc) not RPM packages.
 
 Thus I tried to download them:
 
 
 [root@localhost libview]# yum install libgtk2.0-dev

Fedora's packages have never been named like that. GTK+ v2 has never been
named libgtk2.0, but gtk2. And the packages for software development end
with -devel not -dev. In case of doubt, run queries using Yum or the
repoquery tool to find out which packages you need. A bit of experience is
needed, of course:

$ repoquery --whatprovides \*gtk+-2.0.pc
gtk2-devel-0:2.24.19-1.fc19.i686
gtk2-devel-0:2.24.19-1.fc19.x86_64
mingw32-gtk2-0:2.24.19-1.fc19.noarch
mingw64-gtk2-0:2.24.19-1.fc19.noarch
mingw32-gtk2-0:2.24.18-1.fc19.noarch
gtk2-devel-0:2.24.19-1.fc19.i686
gtk2-devel-0:2.24.19-1.fc19.x86_64
mingw64-gtk2-0:2.24.18-1.fc19.noarch

$ repoquery --whatprovides \*gtkmm-2.4.pc
gtkmm24-devel-0:2.24.2-5.fc19.x86_64
mingw64-gtkmm24-0:2.24.2-8.fc19.noarch
gtkmm24-devel-0:2.24.2-5.fc19.i686
mingw32-gtkmm24-0:2.24.2-8.fc19.noarch

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.6-301.fc19.x86_64
loadavg: 0.11 0.13 0.09
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org