Maybe do pacman -Syu --debug >& ~/Desktop/pacdebug.txt
to redirect stderr too?
this post was submitted on 27 Mar 2024
10 points (100.0% liked)
Arch Linux
7759 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
pacman -Syu --debug >& ~/Desktop/pacdebug.txt
Looks like that will almost work, I need to answer :: Proceed with installation? [Y/n]
and possibly other questions. Do you think that I should use the --noconfirm
flag?
--noconfirm
Bypass any and all “Are you sure?” messages. It’s not a good idea to do this unless you want to run pacman from a script.
Yeah, that's probably the easiest way to get it to work.
I'm going to wait for a couple days to see if anyone else has any ideas and use the time to do some more investigating. If all else fails I'll just have to hope I get an update that doesn't require an important intervention.
Thanks again, your advice is much appreciated!