Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 10:51:27 +0300
From:      Mamontov Roman <mr.xanto@gmail.com>
To:        Theron <theron.tarigo@gmail.com>, freebsd-pkg@freebsd.org
Subject:   Re: Force pkg to re/install packages without dependencies
Message-ID:  <1838837779.20210429105127@gmail.com>
In-Reply-To: <a867832a-ffb8-b6f3-7ed4-2817ccd3aeb8@gmail.com>
References:  <1288906450.20210428110824@gmail.com> <a867832a-ffb8-b6f3-7ed4-2817ccd3aeb8@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=0D=0A>=C2=A0On 4/28/21 4:08 AM, Mamontov Roman wrote:
>> Hello.
>>
>> After upgrade from stable/12 to stable/13 I have packages with changed A=
BI:
>> (ABI changed: 'freebsd:12:x86:64' -> 'freebsd:13:x86:64')
>> How I can force pkg to reinstall (or install) packages without dependenc=
ies?
>> Man show me option =C2=A0"-M, --ignore-missing ", but when I try to inst=
all some
>> packages i see, that pkg want to install other packages:
>>
>> # pkg install -M php74
> That option can work by separating fetch from install:

> # pkg fetch portname
> # pkg add -M /var/cache/pkg/portname.txz
Thanks. But why in above example pkg want to remove git-tiny?

> Why do you want to leave dependencies not updated?
Because  when I do batch upgrade, pkg will install some new packages (they =
come=20
from  upgrading  something  packages  -  i.e install python 3 as new depend=
ency=20
for example) that don't need me.

 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1838837779.20210429105127>