Raspberry Pi: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Johayek
m (Johayek moved page Raspbian to Raspberry Pi: confusion)
imported>Johayek
mNo edit summary
Line 17: Line 17:
:$ sudo apt-get update  # update is used to resynchronize the package index files from their sources
:$ 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
:$ 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
[[Category:ToBeExported]]

Revision as of 04:53, 29 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