doku:yum_pakete
Inhaltsverzeichnis
Paketveraltung mit yum
Z.B. für CentOS.
Links
Kommandos
- yum list updates
Cron-Script
#!/bin/sh
# Klaus.Franken@StrukturPunkt.de
yum check-update -q
if [ $? -gt 0 ]; then
echo "Es sind yum-updates verfuegbar auf `hostname -f`:"
yum list updates
fi
doku/yum_pakete.txt · Zuletzt geändert: 2013-01-16 08:54 von 127.0.0.1