RHEL8 dnfの自動アップデート確認のタイマー(dnf-makecache.timer) を停止する

環境
Red Hat Enterprise Linux release 8.6 (Ootpa)

操作方法
1.dnf関連のサービスを確認します

# systemctl list-unit-files |grep dnf
dnf-makecache.service static
dnf-makecache.timer enabled

2.以下のコマンドで停止します。
dnf-makecache.timerの動作を停止します
# systemctl stop dnf-makecache.timer
# systemctl disable dnf-makecache.timer