I am a little confused about how to upgrade my FreeBSD system. Due to the latter, I want to make sure what I am doing, or what I have to do.
Base security and kernel updates are done by the following commend:
step 1: freebsd-update fetch //collected all required updates.
step 2: freebsd-upate install //installs all the collected items in 'step 1'.
BUT to update ALL installed applications pkg I need to perform the following?
pkg-static upgrade -f
Is there a way to find out if a newer version of a package available before installing?
Base security and kernel updates are done by the following commend:
step 1: freebsd-update fetch //collected all required updates.
step 2: freebsd-upate install //installs all the collected items in 'step 1'.
BUT to update ALL installed applications pkg I need to perform the following?
pkg-static upgrade -f
Is there a way to find out if a newer version of a package available before installing?