- 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.
- Mastering Zabbix(Second Edition)
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- Python編程與幾何圖形
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- Mastering Apache Spark 2.x(Second Edition)
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- PhoneGap:Beginner's Guide(Third Edition)
- 組態(tài)軟件技術(shù)與應(yīng)用
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Illustrator CS6設(shè)計(jì)與應(yīng)用任務(wù)教程
- OpenCV Android Programming By Example
- Learning D
- Koa與Node.js開發(fā)實(shí)戰(zhàn)