Linux
Save yum packages for later offline installation
Sometimes we may need to save installation packages which are installed by using yum. This is useful if we want to reinstall the rpm packages when internet is not available . # vi /etc/yum.conf cachedir=/var/cache/yum keepcache=1 Now Read more…