Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 14:42:13 +0200
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Grzegorz Junka <list1@gjunka.com>, freebsd-ports@freebsd.org
Subject:   Re: Reinstalling with dependencies
Message-ID:  <9dac2237-c1b5-8317-a5bf-c1a4b7d89030@quip.cz>
In-Reply-To: <c11701e0-6808-e864-0ff7-8d178bf458b8@gjunka.com>
References:  <dc938265-c181-f8e6-9a4d-1e9214497be1@gjunka.com> <20190522115101.tl36hg2wmclev3oq@ivaldir.net> <c11701e0-6808-e864-0ff7-8d178bf458b8@gjunka.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Grzegorz Junka wrote on 2019/05/22 14:11:

[...]

> Are you saying that even if elinks was reinstalled with dependencies 
> that wouldn't help?
> 
> We have two issues here:
> 
> 1. How to reinstall a package with dependencies (as stated in the subject)

You can try something like this

pkg install -f `pkg info -d elinks | tr -d :`


pkg info -d will list direct dependencies of the port and then this list 
is given to command pkg install -f.

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9dac2237-c1b5-8317-a5bf-c1a4b7d89030>