Raspberry Pi: Difference between revisions

From wiki
Jump to navigation Jump to search
imported>Johayek
mNo edit summary
imported>Johayek
m (factoring out "Debian package management")
 
Line 13: Line 13:
:$ sudo raspi-config # this is apparently "standard Raspberry Pi"
:$ sudo raspi-config # this is apparently "standard Raspberry Pi"
:…
:…
: # the Debian [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool APT = Advanced Packaging Tool]
: # -> [[Debian package management]]
: # [http://en.wikipedia.org/wiki/Advanced_Packaging_Tool#Update.2C_upgrade_and_dist-upgrade 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


[[Category:ToBeExported]]
[[Category:ToBeExported]]

Latest revision as of 15:49, 13 April 2018

books[edit]

the regular commands for updating your Raspbian installation[edit]

$ sudo raspi-config # this is apparently "standard Raspberry Pi"
# -> Debian package management