- Code: Select all
yum list installed
To reinstall all of them easily one should:
- Code: Select all
mkdir emptydirectory
cd emptydirectory
yum reinstall *
Note, that empty directory is required for a successful command execution.
More elegant solution, without empty directory, is:
- Code: Select all
yum reinstall \*