I have an odd issue where the layout of the command line text when updating with pacman doesn’t display correctly. The Y/N prompt appears in the wrong place and when retrieving packages nothing shows up.
It has worked previously, but now in Yakuake and the XFCE terminal the text is laid out like this. It doesn’t stop it working, it’s just annoying.
Looks like the terminal is not working correctly.
Have you tried with another terminal?
Edit: so you tried the xfce4-terminal already… Strange, as it works here as expected.
Edit2: Maybe some libs are not up to date? Try to update the system using the --noconfirm flag (only once). If the problem continues after that, then investigating the packages (e.g. AUR packages overriding official ones) might reveal the problem.
Problem solved. For some reason, and I don’t know why, or when, I modified my alias by piping pacman to tee to log the pacman output to a file in my home directory. However what I left out of the command was 2>&1.
I’ve changed the command to just run pacman and all is well again. One day I’ll know half of what I’m doing
Thanks for chipping in, it at least made my brain think differently.