Differences

This shows you the differences between two versions of the page.

Link to this comparison view

netbsd_install_upgrades [2013/01/15 17:48]
netbsd_install_upgrades [2013/01/15 17:48] (current)
Line 1: Line 1:
 +  * [[NetBSD]]
 +  * [[NetBSD Install]]
  
 +=== Upgrading ===
 +
 +  * [[http://​netbsd.org/​docs/​guide/​en/​netbsd.html#​chap-updating|Updating an existing system from sources]]
 +
 +You can bring your NetBSD install up to date by downloading the latest snapshot of sources, unpacking it, then rebuilding. ​ You could also download the updates using CSV, if desired.
 +
 +Download the latest snapshot and unpack it:
 +
 +<​code>​
 +ftp http://​ftp.netbsd.org/​pub//​NetBSD/​NetBSD-current/​tar_files/​src.tar.gz
 +tar -zxf src.tar.gz -C /usr
 +</​code>​