Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [main]
  2. cachedir=/var/cache/yum/$basearch/$releasever
  3. keepcache=0
  4. debuglevel=2
  5. logfile=/var/log/yum.log
  6. exactarch=1
  7. obsoletes=1
  8. gpgcheck=1
  9. plugins=1
  10. installonly_limit=3
  11.  
  12. # This is the default, if you make this bigger yum won't see if the metadata
  13. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  14. # download the new metadata and "pay" for it by yum not having correct
  15. # information.
  16. # It is esp. important, to have correct metadata, for distributions like
  17. # Fedora which don't keep old packages around. If you don't like this checking
  18. # interupting your command line usage, it's much better to have something
  19. # manually check the metadata once an hour (yum-updatesd will do this).
  20. # metadata_expire=90m
  21.  
  22. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  23. # in /etc/yum.repos.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement