Results 1 to 4 of 4
Hello, Please tell me how to run the yum command in non-cache mode.I browed but didn't get the correct answer....
- 02-08-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 15
Run Yum clean all command in Non cache mode
Hello, Please tell me how to run the yum command in non-cache mode.I browed but didn't get the correct answer.
- 02-08-2011 #2
You can invalidate the cache with
Code:yum clean expire-cache
You must always face the curtain with a bow.
- 02-08-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 15
Yum Non Cache Mode
[root@system10 ~]# yum clean expire-cache
Gathering header information file(s) from server(s)
Server: Red Hat Linux 5Server - i386 - Base
Error - /var/cache/yum/base/header.info cannot be found
Please run yum in non-caching mode to correct this header.
- 02-08-2011 #4Code:
rm -rf /var/cache/yum yum makecache
You must always face the curtain with a bow.


Reply With Quote