Seeed-Studio-Wiki/docs/FAQ/reTerminal/upgrade-rpiOS_installed-packages.md
2024-10-31 09:17:45 +08:00

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
date author
6/21/2023 cheng.tang

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!