Date: Wed, 22 May 2019 12:43:33 +0100 From: Grzegorz Junka <list1@gjunka.com> To: freebsd-ports@freebsd.org Subject: Reinstalling with dependencies Message-ID: <dc938265-c181-f8e6-9a4d-1e9214497be1@gjunka.com>
next in thread | raw e-mail | index | archive | help
Is there any way to reinstall a package with all its dependencies? I am getting the following error: root@someserv:~ # pkg check -d Checking all packages: 100% elinks is missing a required shared library: libjs.so But reinstalling elinks doesn't help: root@someserv:~ # pkg install -fR elinks Updating desktop_nvidia repository catalogue... desktop_nvidia repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): Installed packages to be REINSTALLED: elinks-0.11.7_11 Number of packages to be reinstalled: 1 Proceed with this action? [y/N]: y [1/1] Reinstalling elinks-0.11.7_11... [1/1] Extracting elinks-0.11.7_11: 100% After that same error is shown.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dc938265-c181-f8e6-9a4d-1e9214497be1>