Re: Can't safely remove pkgbase pkgs (delete -f needed)

From: <list_freebsd_at_bluerosetech.com>
Date: Fri, 24 Apr 2026 15:13:37 UTC
On 2026-04-24 4:39, Lexi Winter wrote:
> list_freebsd@bluerosetech.com wrote in <2471349e-05d4-e482-4366-3ff757afd54c@bluerosetech.com>:
>> # pkg delete FreeBSD-local-unbound-15.0
>> Cannot solve problem using SAT solver, trying another plan
>> Cannot solve problem using SAT solver, trying another plan
>> Cannot solve problem using SAT solver, trying another plan
>> Cannot solve problem using SAT solver, trying another plan
>> Cannot solve problem using SAT solver, trying another plan
>> Checking integrity... done (0 conflicting)
>> 1 packages requested for removal: 0 locked, 1 missing
>>
>> What am I doing wrong?
> 
> you have a set package installed, probably set-optional or set-base.
> before you can remove packages which are part of this set, you need
> to remove the set package.  for example:

That's got it, thanks!