Try this: Open a terminal. Become superuser by entering 'su' and then the password. Then, # cd /var/run/ # dir Look for the 'yum.pid' file. # rm -f yum.pid # dir Confirm that the 'yum.pid' file has been deleted. # yum update This should re-start your update process. | |
|
0 Comments