Open file /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf
Find the line
<allow send_interface=org.freedesktop.PackageKit"/>
Add following line after above line
<allow send_interface="org.freedesktop.PackageKit.Transaction"/>
Open file /etc/dbus-1/system.conf
Find both lines
<allow send_requested_reply="true" send_type="method_return"/>
<allow send_requested_reply="true" send_type="error"/>
and replace top line with following line
<allow send_requested_reply="true"/>
Now delete the bottom line.
Find the line
<allow send_interface=org.freedesktop.PackageKit"/>
Add following line after above line
<allow send_interface="org.freedesktop.PackageKit.Transaction"/>
Open file /etc/dbus-1/system.conf
Find both lines
<allow send_requested_reply="true" send_type="method_return"/>
<allow send_requested_reply="true" send_type="error"/>
and replace top line with following line
<allow send_requested_reply="true"/>
Now delete the bottom line.