Linux yum prompt ERROR: how to solve the dbus error?

  
                

Linux system operation, yum source installation prompt ERROR: dbus error, many people do not know how to deal with this problem, in fact, the solution is very simple, the following small series will introduce you to Linux installation When yum is reported error ERROR: dbus solution, let's learn together.

question:

Use yum install somexx -y time to implement the

Installed products updated

reported the following error:.

ERROR:dbus.proxies:Introspect error on :1.261:/org/freedesktop/PackageKit: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the Remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Unable to send message to PackageKit

Troubleshooting:

Because two different machines point to the same YUM source at the same time, one of the machines has successfully installed the required software through the yum install xx -y command, while the other one does not, it can be excluded from the YUM source. The problem is not a network problem, it is definitely a problem with the machine,

The log shows that the word PackageKit appears frequently, so the target is located in this Packag. On eKit, check out that PackageKit is a new Linux package manager, but since this package is wrong, is it feasible to delete it?

Problem Solving

yum remove PackageKit* -y //Delete the manager

The above is the introduction of the Linux installation yum error ERROR:dbus solution, mainly The two machines are directed to the yum source at the same time, just delete the manager described in the article to solve the problem.

Copyright © Windows knowledge All Rights Reserved