This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:configurations:upgrade-system [2022/07/06 08:44] nick |
products:sbc:common:configurations:upgrade-system [2022/11/18 01:40] (current) nick |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This document mainly introduces how to upgrade the system. You will learn how to upgrade Ubuntu system to the latest version. | + | This page leads you to upgrade Ubuntu system to the latest version. |
| <WRAP alert > | <WRAP alert > | ||
| Line 11: | Line 11: | ||
| ===== Upgrade ===== | ===== Upgrade ===== | ||
| - | ```sh | + | ```shell |
| - | $ sudo apt update | + | sudo apt update |
| - | $ sudo apt full-upgrade | + | sudo apt full-upgrade |
| - | $ sudo do-fenix-full-upgrade | + | sudo do-fenix-full-upgrade |
| - | $ sync | + | sync |
| - | $ sudo reboot | + | sudo reboot |
| ``` | ``` | ||
| Line 23: | Line 23: | ||
| If you encounter the following errors: | If you encounter the following errors: | ||
| - | ```sh | + | ```shell |
| khadas@Khadas: | khadas@Khadas: | ||
| Ign:1 https:// | Ign:1 https:// | ||
| Line 40: | Line 40: | ||
| Follow these instructions to fix it: | Follow these instructions to fix it: | ||
| - | ```sh | + | ```shell |
| - | $ sudo sed -i ' | + | sudo sed -i ' |
| - | $ sudo apt update | + | sudo apt update |
| - | $ sudo apt full-upgrade | + | sudo apt full-upgrade |
| - | $ sudo do-fenix-full-upgrade | + | sudo do-fenix-full-upgrade |
| - | $ sync | + | sync |
| - | $ sudo reboot | + | sudo reboot |
| ``` | ``` | ||