Computer Tips - Fedora 40: automatically install updates

Date: 2024sep21 OS: Linux Distro: RedHat/Fedora/CentOS Keywords: f40 Q. Fedora 40: automatically install updates A. Install the package
dnf install dnf-automatic
ENable the timer:
systemctl enable --now dnf-automatic-install.timer
Then you can check the status:
systemctl status dnf-automatic-install
To see what's going on.