- Raspberry Pi for Secret Agents(Third Edition)
- Matthew Poole
- 196字
- 2021-07-14 11:09:56
Keeping your system up to date
A community effort, such as Raspbian and the Debian distribution on which it is based, is constantly being worked on and improved by hundreds of developers every day. All of them are trying hard to make the Pi run as smoothly as possible, support as many different peripherals as possible, and to squish any discovered software bugs.
All those improvements come to you in the form of package and firmware updates, and something that you should get into the habit of doing is updating the operating system regularly, and even though you may have the latest image installed, it's very likely that there are updated packages that can be installed. To update your OS, enter the following command:
$ sudo apt-get update
(This fetches information about which packages have been updated.)
Then enter the following command:
$ sudo apt-get upgrade
(This proceeds to install the updated packages. Select Yes when prompted for installation. It will also upgrade the Pi to the latest firmware from the Raspberry Pi Foundation's GitHub repository—an online source code management service.)
This all may take a while depending on the number of updates required.
- 新編Visual Basic程序設計上機實驗教程
- Vue.js設計與實現
- Ceph Cookbook
- HBase從入門到實戰
- Visual C++串口通信技術詳解(第2版)
- 征服RIA
- SQL Server 2012數據庫管理與開發項目教程
- iOS應用逆向工程(第2版)
- Python面向對象編程:構建游戲和GUI
- R Deep Learning Cookbook
- The Complete Coding Interview Guide in Java
- Python編程從0到1(視頻教學版)
- 深度學習原理與PyTorch實戰(第2版)
- Django 5企業級Web應用開發實戰(視頻教學版)
- OpenCV Android Programming By Example