Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:upgrade-system

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:configurations:upgrade-system [2022/07/06 08:17]
frank Add upgrade system
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 by command.+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:~$ sudo apt update khadas@Khadas:~$ sudo apt update
 Ign:1 https://dl.khadas.com/repos/vim3 focal InRelease Ign:1 https://dl.khadas.com/repos/vim3 focal InRelease
Line 40: Line 40:
 Follow these instructions to fix it: Follow these instructions to fix it:
  
-```sh +```shell 
-sudo sed -i 's/https/http/g' /etc/apt/sources.list.d/fenix.list +sudo sed -i 's/https/http/g' /etc/apt/sources.list.d/fenix.list 
-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
 ``` ```
Last modified: 2022/07/06 08:17 by frank