sudo dnf install dnf5-plugin-automatic --allowerasing
sudo tee /etc/dnf/automatic.conf << EOF > /dev/null
[commands]
apply_updates = yes
EOF
sudo systemctl enable dnf5-automatic.timer --now
See also: Automatic Command — dnf5 documentation
sudo dnf install dnf5-plugin-automatic --allowerasing
sudo tee /etc/dnf/automatic.conf << EOF > /dev/null
[commands]
apply_updates = yes
EOF
sudo systemctl enable dnf5-automatic.timer --now
See also: Automatic Command — dnf5 documentation