This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
products:sbc:edge2:configurations:upgrade-system [2022/09/21 05:52] nick |
products:sbc:edge2:configurations:upgrade-system [2025/05/14 22:41] (current) nick |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Edge2 Upgrade System ====== | ====== Edge2 Upgrade System ====== | ||
- | ===== Introduction | + | ===== Ubuntu upgrade |
- | This page leads you to upgrade Ubuntu system to the latest version. | + | < |
- | + | This guide only applies | |
- | < | + | |
- | This guide only applies | + | |
</ | </ | ||
- | ===== Upgrade ===== | + | ```sh Upgrade Ubuntu system to the latest version.sh |
- | + | sudo apt update | |
- | ```shell | + | sudo apt full-upgrade |
- | $ sudo apt update | + | sudo reboot |
- | $ sudo apt full-upgrade | + | |
- | $ sync | + | |
- | $ sudo reboot | + | |
``` | ``` | ||