- Hands-On Internet of Things with Blynk
- Pradeeka Seneviratne
- 60字
- 2025-04-04 16:55:30
Updating and upgrading Raspbian
Let's see how to update and upgrade Raspbian:
- First, update your system's package list by entering the following command:
pi@raspberrypi:~ $sudo apt-get update
Refer to the following screenshot:

Updating Raspbian
- Then, upgrade all your installed packages to their latest versions with the following command:
pi@raspberrypi:~ $sudo apt-get dist-upgrade
- When prompted, press Y to continue:

Upgrading Raspbian