Updating the RPi Software

From SingletonMillerWiki
Revision as of 15:30, 3 June 2012 by Martin (Talk | contribs) (Created page with "[Category: RaspberryPi] Assuming you're using the debian image, updating to the latest version of all the software installed on your RPi can be achieved by running the following...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[Category: RaspberryPi]

Assuming you're using the debian image, updating to the latest version of all the software installed on your RPi can be achieved by running the following form the command line.

sudo apt-get update
sudo apt-get upgrade

Related Articles