Ubuntu: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tw (Diskussion | Beiträge) Die Seite wurde neu angelegt: „## Step-by-Step Instructions ## * '''Refresh local package lists''' to check for the newest software versions: sudo apt update * '''Upgrade existing packages''' on your system: sudo apt upgrade -y * '''Perform a distribution upgrade''' to handle changing dependencies and install any remaining held or phased updates: sudo apt dist-upgrade -y * '''Reboot your system''' if required (check if /run/reboot-required exists): sudo rebootFor more detai…“ |
Tw (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
## Step-by-Step Instructions ## | ### Step-by-Step Instructions ### | ||
* '''Refresh local package lists''' to check for the newest software versions: | * '''Refresh local package lists''' to check for the newest software versions: | ||
Version vom 20. August 2026, 12:31 Uhr
- Step-by-Step Instructions ###
- Refresh local package lists to check for the newest software versions:
sudo apt update
- Upgrade existing packages on your system:
sudo apt upgrade -y
- Perform a distribution upgrade to handle changing dependencies and install any remaining held or phased updates:
sudo apt dist-upgrade -y
- Reboot your system if required (check if /run/reboot-required exists):
sudo rebootFor more detailed instructions or official troubleshooting, consult the Ubuntu Release Upgrade Documentation.