Difference between revisions of "Updating the RPi Software"

From SingletonMillerWiki
Jump to: navigation, search
(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...")
 
Line 8: Line 8:
  
 
=== Related Articles ===
 
=== Related Articles ===
 +
[[Updating RPi Firmware]]

Revision as of 15:31, 3 June 2012

[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

Updating RPi Firmware