showdupesfromrepos=1 |
clean yum cache
# yum clean all
clean subscription as well if using RHEL
# subscription-manager clean
# yum list --noplugin
for those using RHEL,
it got function for download the rpm package to local disk and install later
below is example to download only for haproxy
# yum install --downloadonly --downloaddir=/opt/ haproxy
for those using RHEL,
it got function for download the rpm package to local disk and install later
below is example to download only for haproxy
# yum install --downloadonly --downloaddir=/opt/ haproxy
No comments:
Post a Comment