marmar24012 / Bash-Scripts

A Cumulative Of Bash Scripts Made To Make My Job Easier
0 stars 0 forks source link

1. Check old yum/ dnf cache #18

Open marmar24012 opened 2 weeks ago

marmar24012 commented 2 weeks ago

Linux7: ls -ld /var/tmp/yum du -sk /var/tmp/yum or Linux8: ls -ld /var/tmp/dnf du -sk /var/tmp/dnf

df -h | grep var yum clean all yum makecache package-cleanup --leaves package-cleanup --orphans package-cleanup --problems package-cleanup --dupes