Updating FreeBSD: Difference between revisions
| Line 24: | Line 24: | ||
<code>portsnap fetch extract</code> | <code>portsnap fetch extract</code> | ||
is sufficient to update the ports tree on a fresh install. | is sufficient to update the ports tree on a fresh install. | ||
===poudriere=== | |||
As of FreeBSD 14, portsnap has been removed. Use <tt>poudriere</tt>. Create the ports tree: | |||
* <tt>poudriere ports -c</tt> | |||
Update it: | |||
* <tt>poudriere ports -u</tt> | |||
But <tt>portupgrade</tt> is then still used to actually rebuild ports. | |||
===Portsnap=== | ===Portsnap=== | ||