Raspbian Updates: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
To update raspbian
To update raspbian


<copylink>
<pre>
   apt-get update
   apt-get update
   apt-get upgrade
   apt-get upgrade
</copylink>
</pre>


[[category : Linux]] [[Category : Raspbian]]
[[category : Linux]] [[Category : Raspbian]]

Revision as of 05:13, 18 October 2013

To update raspbian

  apt-get update
  apt-get upgrade