- 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.
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- Python從小白到大牛
- Getting Started with CreateJS
- Learning SAP Analytics Cloud
- C語言程序設(shè)計(jì)
- Mastering Yii
- C#程序設(shè)計(jì)
- 從0到1:Python數(shù)據(jù)分析
- Highcharts Cookbook
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開發(fā)入門與實(shí)戰(zhàn)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- Visual FoxPro 6.0程序設(shè)計(jì)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Go Systems Programming
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學(xué)版)