
上QQ阅读APP看书,第一时间看更新
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