Computer Tips - Fedora: automatically install updates

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