Raspberry Pi: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Johayek
mNo edit summary
imported>Johayek
m (Johayek moved page Raspbian to Raspberry Pi: confusion)
(No difference)

Revision as of 00:21, 13 January 2015

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