Projekt

Allgemein

Profil

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 etwa 7 Jahren aktualisiert · 1 Revisionen