Answers for "fedora automatic updates"

1

update & upgrade Fedora

# check for updates
sudo dnf check-update
# apply the updates
sudo dnf upgrade
# clean up, remove obsolete packages from disk (optional)
sudo dnf clean packages
Posted by: Guest on September-22-2021
0

how to check if automatic system updates are working on fedora

systemctl list-timers dnf-*

# If this doesn't work try
systemctl list-timers dnf

# OR
systemctl list-timers --all
Posted by: Guest on August-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language