- 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.
- Vue 3移動Web開發與性能調優實戰
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- aelf區塊鏈應用架構指南
- Silverlight魔幻銀燈
- Linux命令行與shell腳本編程大全(第4版)
- Mastering JBoss Enterprise Application Platform 7
- Visual Basic程序設計實踐教程
- Java系統化項目開發教程
- 新一代SDN:VMware NSX 網絡原理與實踐
- Nagios Core Administration Cookbook(Second Edition)
- Android移動應用開發項目教程
- UML軟件建模
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- HTML5+jQuery Mobile移動應用開發
- Neo4j Graph Data Modeling