Difference between revisions of "Repository issue"
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | |||
+ | =Repository issue= | ||
<hr> | <hr> | ||
− | |||
− | |||
− | + | ====Problem:==== | |
Error: Unable to download packages from repository. System is not modified. | Error: Unable to download packages from repository. System is not modified. | ||
− | + | ====Solution:==== | |
− | |||
yum clean all | yum clean all | ||
Line 17: | Line 18: | ||
Run following command to clear the cached files for database. | Run following command to clear the cached files for database. | ||
− | + | yum clean dbcache | |
It is important to clear Yum’s make cache, use following command: | It is important to clear Yum’s make cache, use following command: | ||
Line 23: | Line 24: | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6|2018-05-19}} | |
− |
Revision as of 09:20, 19 May 2018
Contents
Repository issue
Problem:
Error: Unable to download packages from repository. System is not modified.
Solution:
yum clean all
Clear Yum’s XML meta deta by running the following command:
yum clean metadata
Run following command to clear the cached files for database.
yum clean dbcache
It is important to clear Yum’s make cache, use following command:
yum makecache