Displaying 2 results from an estimated 2 matches for "libwebkit".
2014 Nov 09
1
Recent updates fail
I noticed some this morning but when I go to install them I get this:
--> Finished Dependency Resolution
Error: Package: claws-mail-plugins-fancy-3.9.0-2.el6.x86_64 (@epel)
Requires: libwebkit-1.0.so.2()(64bit)
Removing: webkitgtk-1.2.6-5.el6.x86_64 (@base)
libwebkit-1.0.so.2()(64bit)
Updated By: webkitgtk-1.4.3-8.el6.x86_64 (base)
Not found
Is this a claws problem or a webkit problem?
This is on CentOS 6.
Steve
-------------- next p...
2011 Sep 14
10
fail to exec apt-get upgrade (change from notrun to 0 failed...)
So here is my manifest:
class aguu {
exec { "update":
command => "apt-get update",
path => "/usr/bin/"
}
exec { "upgrade":
command => "apt-get upgrade -y",
path => "/usr/bin/"
}
}
It it supposed to run apt-get update + upgrade