Updating the RPi Software

From SingletonMillerWiki
Revision as of 14:00, 17 June 2012 by Martin (Talk | contribs)

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


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 from the command line.

sudo apt-get update

This command updates the repository cache.

To install the lateest builds code:

sudo apt-get upgrade

See Also