02-27-2021, 12:41 AM
Quote:~#: pkg install update
~#: pkg install upgrade
~#: pkg install samba
pkg install update would try and install a package called "update"
The correct commands are
Code:
# pkg update
# pkg upgrade
But pkg upgrade does an update anyway, so you only need the latter to do upgrades.
I'm surprised the package install didn't work for samba, what's the output of:
Quote:# pkg search samba