安装 dnf-automatic
1 | dnf install dnf-automatic |
编辑配置文件
1 | nano /etc/dnf/automatic.conf |
修改配置
1 | apply_updates = yes |
保存退出
启动dnf计时器
1 | systemctl enable --now dnf-automatic.timer |
查看dnf 计时器状态
1 | systemctl list-timers dnf-* |
安装 dnf-automatic
1 | dnf install dnf-automatic |
编辑配置文件
1 | nano /etc/dnf/automatic.conf |
修改配置
1 | apply_updates = yes |
保存退出
启动dnf计时器
1 | systemctl enable --now dnf-automatic.timer |
查看dnf 计时器状态
1 | systemctl list-timers dnf-* |