To tell which base packages are not installed:
pkg install -nU -r GhostBSD-base --glob 'GhostBSD-*'
An example:
root@mowa219-gjp4-ghostbsd-14-vm:~ # pkg repos -el | sort -f
GhostBSD
GhostBSD-base
root@mowa219-gjp4-ghostbsd-14-vm:~ # pkg install -nU -r GhostBSD-base --glob 'GhostBSD-*'
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
GhostBSD-syscons-data: 25.01-R14.2p2 [GhostBSD-base]
GhostBSD-utilities-man-lib32: 25.01-R14.2p2 [GhostBSD-base]
Number of packages to be installed: 2
The process will require 1 MiB more space.
87 KiB to be downloaded.
root@mowa219-gjp4-ghostbsd-14-vm:~ # ghostbsd-version
25.01-R14.2p2
root@mowa219-gjp4-ghostbsd-14-vm:~ #