サーバの容量が足りなくなってきたので、dnf キャッシュファイルを削除したり、
$ du -sh /var/cache/dnf
78M /var/cache/dnf
$ sudo dnf clean all
27 ファイルが削除されました
Web キャッシュファイルを削除したり、
$ sudo du -sh /var/cache/httpd
$ sudo rm -rf /var/cache/httpd
$ sudo htcacheclean -D -v -t -l1G -p/var/cache/httpd
Cleaned /var/cache/httpd. Statistics:
size limit 1024.0M
inodes limit 0
total size was 21.3M, total size now 21.3M
total inodes was 688, total estimated inodes now 688
total entries was 148, total entries now 148
0 entries deleted (0 from future, 0 expired, 0 fresh)