Linux yum prompts Loaded plugins error?

  

yum is a Linux package manager, also called yum source. During the use of yum, sometimes there is a Loaded plugins error, the restart is invalid, how to solve this situation? The following small series will introduce you to the Linux yum prompt Loaded plugins error solution.

are mistakes in linux using yum:

Loaded plugins: fastestmirror, security

Existing lock /var/run/yum.pid: another copy Is running as pid 4733.

Another app is currently holding the yum lock; waiting for it to exit. .

The other application is: yum-updatesd-he

Memory : 22 M RSS (249 MB VSZ)

Started: Fri Jul 6 12:18:29 2012 - 53:47 ago

State : Sleeping, pid: 4733

After the shutdown and restart, it is not resolved. After trying to delete the yum.pid file and restart the yum service, the specific commands are as follows: Br>

rm -rf /var/run/yum.pid

/sbin/service yum-updatesd restart

The above is a description of the solution to the Loaded plugins error in Linux yum. However, if you still can't solve it after shutdown and restart, you can delete the yum.pid file to solve it.

Copyright © Windows knowledge All Rights Reserved