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

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/28/21 4:08 AM, Mamontov Roman wrote:
> Hello.
>
> After upgrade from stable/12 to stable/13 I have packages with changed ABI:
> (ABI changed: 'freebsd:12:x86:64' -> 'freebsd:13:x86:64')
> How I can force pkg to reinstall (or install) packages without dependencies?
> Man show me option  "-M, --ignore-missing ", but when I try to install 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

Why do you want to leave dependencies not updated?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a867832a-ffb8-b6f3-7ed4-2817ccd3aeb8>