Re: Why does 'pkg install -A xx' reinstall pkg?

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Mon, 03 Jun 2024 06:49:39 UTC
On Sun 02 Jun 13:50, Yuri wrote:
> I saw it many times how 'pkg install -A xx' reinstalls pkg:
> 
> 
> > Installed packages to be REINSTALLED:
> 
> >        pkg-1.21.3
> 
> 
> 
> 
> It doesn't explain the reason.
> 
> 
> Why is such operation ever needed?
> 
> 
> The package version doesn't change, and there are no dependencies that
> change, so why does it need to reinstall pkg?
> 
> 
> 
> Thanks,
> 
> Yuri
> 
> 

pkg check -d should maybe give you a hint

Bapt