Keeping FreeBSD up-to-date.



24.1   Synopsis
24.2   FreeBSD Update
24.3   Portsnap & Docsnap
24.4   Tracking a Development Branch
24.5   csup
24.6   Rebuilding
24.7   Tracking for Multiple Machines


24.1 Synopsis

An essential part of using FreeBSD is keeping it up-to-date for purposes of both security and utility.

FreeBSD is under constant development between releases. Some people prefer to use the officially released versions, while others prefer to keep in sync with the latest developments. However, even official releases are often updated with security and other critical fixes. Regardless of the version used, FreeBSD provides all necessary tools to keep your system updated, and also allows for easy upgrades between versions. This chapter will help you decide if you want to track the development system, or stick with one of the released versions. The basic tools for keeping your system up to date are also presented.

After reading this chapter, you will know:

Before reading this chapter, you should:

Note:  Throughout this chapter, the csup(1) command is used as it's now part of the base system. If you are using FreeBSD 6.1-RELEASE or earlier, you will have to substitute this with the cvsup command provided by net/cvsup-without-gui which can be installed through the port/package system.