819 B
819 B
| description | title | image | slug | last_update | ||||
|---|---|---|---|---|---|---|---|---|
| reTerminal-FAQ | How to upgrade Raspberry Pi OS and the installed packages | https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png | /upgrade-rpiOS_installed-packages |
|
We will update all the packages and also the Raspberry Pi OS to the latest version
Step 1. Open a terminal window on the reTerminal and type the following
sudo apt update
sudo apt full-upgrade
Step 2. Reinstall kernel headers
sudo apt install raspberrypi-kernel-headers
Step 3. Reboot the reTerminal
sudo reboot
Now your Raspberry Pi OS and all the necessary packages are up to update!