Today, when I played fail2ban, I suddenly thought of saving the rpm dependency package downloaded by yum. so I searched for information on the Internet and sorted out the default path for saving the files downloaded by yum in an emergency: /var/cache/yum modify yum configuration file/etc/yum. conf allows you to customize the yum path vi/etc/yum. conf ----------------- cachedir =
Today, when I played fail2ban, I suddenly thought of saving the rpm dependency package downloaded by yum. so I found some information on the Internet and sorted it out for future use.
The default path for saving the downloaded yum file is/var/cache/yum.
Modify the yum configuration file/etc/yum. conf to customize the yum path.
Vi/etc/yum. conf
-----------------
Cachedir =/var/cache/yum # storage directory
Keepcache = 1 #1: Save 0: do not save, by default do not save
Metadata_expire = 1800 # expiration time