- Wearable:Tech Projects with the Raspberry Pi Zero
- Jon Witts
- 243字
- 2021-07-02 19:46:26
Installing basic software
We now need to update our existing software and install a few more bits of software ready for our projects. To update our existing software, type the following command into your Pi Zero:
sudo apt-get update
You should see multiple lines of information appear across your SSH connection, as your Pi Zero updates its information about what software packages are available to it:

To upgrade your existing software packages, type the following command:
sudo apt-get dist-upgrade
This command will make your Pi Zero check to see whether there are any updated software packages available for you to install. If there are, it will ask you to confirm. If prompted to, press Y to install your updates and wait for the process to complete.
We are now going to install a couple of new pieces of software, which do not come as standard on the Jessie Lite image, but this we will need for our projects. Type the following code to install the required software:
sudo apt-get install python3 python3-gpiozero python3-pip
Your Pi Zero will then calculate all the other packages it needs to install to get these three pieces of software working. Enter Y and press Enter to begin the installation process. Installing new software and updates on a Pi Zero can take some time, but be patient and it will finish soon enough!
Once this completes, we now have the basic software we need to start on our projects.
- Instant Node Package Manager
- Learning PostgreSQL
- Mastering Entity Framework
- 區塊鏈:以太坊DApp開發實戰
- Getting Started with SQL Server 2012 Cube Development
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- 程序是怎樣跑起來的(第3版)
- INSTANT Passbook App Development for iOS How-to
- Learning OpenStack Networking(Neutron)
- iOS自動化測試實戰:基于Appium、Python與Pytest
- ASP.NET程序開發范例寶典
- Python機器學習之金融風險管理
- Android應用開發深入學習實錄
- C陷阱與缺陷
- 物聯網系統架構設計與邊緣計算(原書第2版)