Raspbian Updates: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "To update raspbian <pre> apt-get update apt-get upgrade </pre> category : Linux Category : Raspbian" |
No edit summary |
||
(2 intermediate revisions 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 | ||
<pre> | <pre> | ||
apt-get update | apt-get update | ||
apt-get upgrade | apt-get upgrade | ||
</pre> | </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