Solved Upgrade steps with packages

Hi, I just upgrade from 11.1 to 11.2-RELEASE with:

Code:
# freebsd-update fetch
# freebsd-update install
# freebsd-update upgrade -r 11.2-RELEASE
# freebsd-update install

I just rebooted and ran again freebsd-update install.

Code:
# freebsd-update install
src component not installed, skipped
Installing updates...

done.


I don't use ports, just packages.
It is unclear to me if I need to do other steps (according to this, it seems further steps are only needed for ports users).
Am I wrong?
Thank you!
 
You only need to reinstall your packages when upgrading to a new major version, such as when 12.0 comes out. (That's the case for packages as well as ports; packages are just ports that have been automatically built for the community.)

If you're just upgrading to the latest minor release you can just leave packages alone for now if you want.
 
Back
Top