Reinstalling with dependencies

Miroslav Lachman 000.fbsd at quip.cz
Wed May 22 12:42:12 UTC 2019


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


More information about the freebsd-ports mailing list