Issues after system update on 17/05/2021

It’s the Arch way. Select what to merge or to keep from your running config.
You may brake your system if you merge or keep the wrong parts. :wink:

Simply install meld if it does not already exist and enter it in the terminal

sudo -H DIFFPROG=meld pacdiff

(make :wink: :laughing:
alias pacdif='sudo -H DIFFPROG=meld pacdiff'
)

Then the new and old versions are next to each other and you can adjust them accordingly.
https://wiki.archlinux.org/title/Pacman/Pacnew_and_Pacsave

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.