Re: How to reinstall *ALL* pkgs

From: paul beard <paulbeard_at_gmail.com>
Date: Tue, 17 Oct 2023 04:14:58 UTC
I have done something like this…
ls /var/db/pkg/ | sed -r 's/(.*)-[0-9]/\1\ /g' | cut -f1 -d" "

and pass that to pkg or to a file to clean it up (the sqlite databases are
in there and don't need installing via pkg).

I know pkg has all kind of flags and syntax but I can never keep track of
it all.

On Mon, Oct 16, 2023 at 8:53 PM Aryeh Friedman <aryeh.friedman@gmail.com>
wrote:

> I tried pkg upgrade -f and got the following:
>
> root@neomarx:~ # pkg upgrade -f
> Updating FreeBSD repository catalogue...
> FreeBSD repository is up to date.
> All repositories are up to date.
> Checking for upgrades (1475 candidates): 100%
> Processing candidates (1475 candidates): 100%
> Checking integrity...Child process pid=1821 terminated abnormally: Killed
>
> How do I proceed from here?
>
> --
> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
>
>

-- 
Paul Beard / www.paulbeard.org/