- 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.
- Objective-C Memory Management Essentials
- Visual Studio 2012 Cookbook
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- C++程序設計基礎教程
- NGINX Cookbook
- RealSenseTM互動開發實戰
- Web性能實戰
- Spring+Spring MVC+MyBatis從零開始學
- Raspberry Pi Robotic Projects(Third Edition)
- Kotlin極簡教程
- 遠方:兩位持續創業者的點滴思考
- Java從入門到精通(視頻實戰版)
- Tkinter GUI Programming by Example
- Python全棧開發:數據分析
- HTML 5與CSS 3權威指南(第4版·下冊)