pkg upgrade interrupted

Hello,
i havent updated my system in a while and i run pkg update and pkg upgrade. But when i did so i3 crashed for me. Now i had to manually pkg install i3 and pkg install wezterm to get those running again. It seems like for every application, e.g. firefox, i have to manually pkg install again.
I have tried pkg check -d and pkg check -s.
How should i proceed?

Thanks
 
Check /var/log/messages, packages that have been deleted, installed, upgraded, etc. are recorded there.
 
I run into similar problem with pkg 2.2.x on couple of my FreeBSD VM guests (I have FreeBSD VM on every other OS that I use from time to time). pkg 2.x changed behavior in the sense that now first deletes everything that needs to be upgraded, and only after that goes with actual install/upgrade of new package version. Problems do occur if pkg gets interrupted when already went with deletion but didn't upgrade/install new version. pkg check -d -a couldn't help me, I had to rollback snapshot.
 
Back
Top