Hi,
Been using FreeBSD since 2009 and I love it, the documentation is always spot on - except for this one thing, which I don't understand even as an old user why its not more clear, on the upgrade page for every single minor och major version this step is just not mentioning exactly how to proceed as best practise.
"Upgrade the Userland
After rebooting, run freebsd-update(8) again to install the new userland components:
freebsd-update install
freebsd-update(8) may prompt to rebuild or reinstall all third-party software due to changes in system libraries. Follow those instructions as needed."
-------------------
The prompter just says the same thing as above, why not say exactly how to rebuild or reinstall 3rd party softare, the explicit commands that is.
Like:
pkg-static upgrade -f, which I guess is the proper way?
Because "pkg upgrade" isn't always optimal here, right?
Or should I run all of these commands to be sure?
pkg-static install -f pkg
pkg update
pkg upgrade
and then finishing off with freebsd-update install to clear out the old, which is actually says to do after upgrading/rebuilding the packages.
--
Or am I missing something that is clear for everyone else?
Been using FreeBSD since 2009 and I love it, the documentation is always spot on - except for this one thing, which I don't understand even as an old user why its not more clear, on the upgrade page for every single minor och major version this step is just not mentioning exactly how to proceed as best practise.
"Upgrade the Userland
After rebooting, run freebsd-update(8) again to install the new userland components:
freebsd-update install
freebsd-update(8) may prompt to rebuild or reinstall all third-party software due to changes in system libraries. Follow those instructions as needed."
-------------------
The prompter just says the same thing as above, why not say exactly how to rebuild or reinstall 3rd party softare, the explicit commands that is.
Like:
pkg-static upgrade -f, which I guess is the proper way?
Because "pkg upgrade" isn't always optimal here, right?
Or should I run all of these commands to be sure?
pkg-static install -f pkg
pkg update
pkg upgrade
and then finishing off with freebsd-update install to clear out the old, which is actually says to do after upgrading/rebuilding the packages.
--
Or am I missing something that is clear for everyone else?