Hello,
I don't understand this, why isn't the package displayed?
I had installed cairo 1.8.8 by following this instructions
linuxfromscratch . org/blfs/view/svn/x/cairo.html
I went:
rpm -qa | grep -i cairo
That gave me
cairo 1.2.4-5.el15
cairo 1.2.4-5.el15
pycairo-1.2.0-1.1
So I uninstalled these cairo versions like this:
rpm -e --nodeps --allmatches cairo 1.2.4-5.el15
Then I followed the guide to install 1.8.8... but when I now run rpm -qa | grep -i cairo I don't find cairo 1.8.8 ? How do I know if it was installed?
When I try to run the GTK I recieve the same error as earlier... No package 'cairo-xlib' found...  |