When trying to install a package using yum on Centos, the command is getting stuck at the first part:
loaded plugins: fastestmirror
I've tried:
... still having the problem.
Any ideas?
For me what ended up fixing it was this:
rm -f /var/lib/rpm/__*
rpm --rebuilddb -v -v
Then rerunning yum command I was trying to run in the first place.
It got stuck for about a minute on:
Determining fastest mirrors
...but then it completed without errors