The next time packages are unpacking (or just before), run in another terminal/tab: journalctl -f
.
That should give you the logs. Try to do this when no/minimum other apps are running as to not pollute the logs.
Linux questions Rules (in addition of the Lemmy.zip rules)
Tips for giving and receiving help
Any rule violations will result in disciplinary actions
The next time packages are unpacking (or just before), run in another terminal/tab: journalctl -f
.
That should give you the logs. Try to do this when no/minimum other apps are running as to not pollute the logs.
Keep in mind this could be a massive rabbit hole
I would start by carefully monitoring resource usage. What you are looking for is any place where it stalls. Pay attention to what packages are active as when you notice something taking a long time you can go back and look at what's running. Chances are you aren't going to be able to speed things up as it could be a single threaded process that's only hitting a single core. The other possibly is that your drive is dying so make sure you check the drive health and performance.