Raspbian Updates: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Refer to [[Raspbian_Debian_Software_Updates]] for a better method.
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]]

Latest revision as of 01:08, 13 April 2015

Refer to Raspbian_Debian_Software_Updates for a better method.

To update raspbian

  apt-get update
  apt-get upgrade