📺Software Update
Software updates
The beauty of WLAN Pi OS and the way of distributing WLAN Pi features as Debian packages, is that your WLAN Pi can be easily updated without the need for re-imaging the SD card. Having said that, occasional re-imaging might be required, mainly because some code changes need to be applied to the actual low-level system files and services.

Automatic check for software updates
Your WLAN Pi periodically checks for newly available versions of packages and it will notify you. Use the wlanpi-update
command to upgrade packages. This process updates the packages to their latest versions. It is non-destructive and it will keep your user data on the SD card.

It also checks for new software image. If you choose to upgrade to a new image, download it from our GitHub, save your data from the SD card and flash the new image to the SD card. Keep in mind that all contents of the SD card will be removed!

Update all packages from Terminal
When we say "all packages", we mean packages created by the WLAN Pi team, as well as other application and system packages. You can check for available updates to packages. This command won't install any package, it will only check what are the latest versions of packages available from the online repositories.
sudo apt update

After the first process finishes, the updates can be installed with:
sudo apt upgrade

Only update packages created by WLAN Pi team
If you only want to update packages that we have created, use the wlanpi-update
command.
It will first check for available updates:

After you press the letter y
, followed by enter
key, the upgrade will begin:

Last updated
Was this helpful?