Raspberry Pi

From wiki
Revision as of 04:53, 29 January 2015 by imported>Johayek
Jump to navigation Jump to search

books

the regular commands for updating your Raspbian installation

$ sudo raspi-config # this is apparently "standard Raspberry Pi"
# the Debian APT = Advanced Packaging Tool
# update and upgrade
$ sudo apt-get update # update is used to resynchronize the package index files from their sources
$ sudo apt-get upgrade # upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list