Aktionen
Update¶
yum update
if for any reason your download fails due to bandwidth issues (e.g. VirtualBox-Repo), this will repeat yum update
until successful
yum update -y ; until [ $? -eq 0 ]; do yum update -y; done
List Packages¶
List installed Packages¶
yum list installed
Von Jeremias Keihsler vor fast 8 Jahren aktualisiert · 1 Revisionen