Finish the last answer.

This commit is contained in:
Maxim Sobolev 2002-01-08 07:01:09 +00:00
parent 1430334d3e
commit 0e190b1d20
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11629

View file

@ -147,6 +147,39 @@ gnomecore
<tr>
<TD WIDTH="10"><br></td>
</tr>
<tr><td colspan="4"><br></td></tr>
<tr>
<TD WIDTH="10">
<FONT><a name="q3"> 4.</a></font></TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<B>What's the best way to upgrade GNOME?</B>
</TD>
</tr>
<tr>
<TD WIDTH="10"> <BR> </TD>
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
<P>I find that <tt>/usr/ports/sysutils/portupgrade</tt>
works really well. For example:</P>
<TT># portupgrade -r bonobo</TT>
<P>This will upgrade bonobo and every other port that depends on it
(that needs updating).</P>
<P>However, sometimes so much changes that it becomes
necessary to do a little housekeeping first. In that case, this
usually works:</P>
<PRE>
# pkg_delete -r ORBit
# cd /usr/ports/x11/gnome
# make all install clean
</PRE>
</TD>
</tr>
<tr>
<TD WIDTH="10"><br></td>
</tr>
</table>
</td>
</tr>