Difference between revisions of "Repository issue"
(Created page with "===<h1>Repository issue</h1>=== <hr> <br> <h2>Problem:</h2> Error: Unable to download packages from repository. System is not modified. <h2>Solution:</h2> yum clean all...") |
|||
Line 12: | Line 12: | ||
yum clean all | yum clean all | ||
− | + | ||
Clear Yum’s XML meta deta by running the following command: | Clear Yum’s XML meta deta by running the following command: | ||
+ | yum clean metadata | ||
− | |||
− | |||
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: | ||
− | |||
yum makecache | yum makecache | ||
− | Raunaq Malik | + | Submitted by: Raunaq Malik |
− | |||
− |
Revision as of 07:25, 21 August 2017
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
Submitted by: Raunaq Malik