CentOS dhe RHEL 8, ose versione më të hershëm
For CentOS and RHEL 8 or later versions, the dnf-automatic package is the preferred approach:
dnf install dnf-automatic
In /etc/dnf/automatic.conf set:
download_updates = yes
apply_updates = yes
Aktivizoni dhe nisni përditësime të vetvetishme përmes:
systemctl enable --now dnf-automatic.timer
Kontrolloni gjendjen për dnf-automatic:
systemctl list-timers *dnf-*
CentOS dhe RHEL 7, ose versione më të hershëm
For CentOS and RHEL 7 or earlier versions, the yum-cron package is the preferred approach:
yum install yum-cron
In /etc/yum/yum-cron.conf set:
download_updates = yes
apply_updates = yes
Aktivizoni dhe nisni përditësime të vetvetishme përmes:
systemctl start yum-cron.service
openSUSE
First, you need to install the automatic update package
zypper install yast2-online-update-configuration
Then start the configuration tool (ncurses based) with:
yast2 online_update_configuration
Aktivizoni rregullimet vijuese:
Përditësim i Vetvetishëm Internetor
Interval: Përditë
Anashkalo Arna Me Ndërveprim
Agree with Licenses
Përdor rpm delta
Ripohoni formësimin tuaj me OK.
The official openSUSE documentation can be found here.