I'm a new FreeBSD user and just used
Also the handbook calls for upgrading packages after a major release via
Lastly I'm using this on my personal laptop. What would be a reasonable/recommended cadence for doing both ?
freebsd-update fetch
and freebsd-update install
for the second time. I see inconsistent version numbers and am confused. Everything seems to be working. Is this normal ?Also the handbook calls for upgrading packages after a major release via
pkg upgrade
but is there any harm in doing this even otherwise ?Lastly I'm using this on my personal laptop. What would be a reasonable/recommended cadence for doing both ?
Code:
vikram@inspiron-2in-1 ~> freebsd-version
14.1-RELEASE-p6
vikram@inspiron-2in-1 ~> freebsd-version -r
14.1-RELEASE-p5
vikram@inspiron-2in-1 ~> uname -r
14.1-RELEASE-p5
vikram@inspiron-2in-1 ~> cat /etc/os-release
NAME=FreeBSD
VERSION="14.1-RELEASE-p6"
VERSION_ID="14.1"
ID=freebsd
ANSI_COLOR="0;31"
PRETTY_NAME="FreeBSD 14.1-RELEASE-p6"
CPE_NAME="cpe:/o:freebsd:freebsd:14.1"
HOME_URL="https://FreeBSD.org/"
BUG_REPORT_URL="https://bugs.FreeBSD.org/"
vikram@inspiron-2in-1 ~> cat /var/run/os-release
NAME=FreeBSD
VERSION="14.1-RELEASE-p6"
VERSION_ID="14.1"
ID=freebsd
ANSI_COLOR="0;31"
PRETTY_NAME="FreeBSD 14.1-RELEASE-p6"
CPE_NAME="cpe:/o:freebsd:freebsd:14.1"
HOME_URL="https://FreeBSD.org/"
BUG_REPORT_URL="https://bugs.FreeBSD.org/"