I am using CachyOS (Arch btw) and when I tried to update using paru
, it says some packages are in conflict, and asking to remove those. What should I do ?
I didn’t find the best help from searching by myself ?
❯ paru
:: Synchronizing package databases...
cachyos-v3 is up to date
cachyos-core-v3 is up to date
cachyos-extra-v3 2.5 MiB 484 KiB/s 00:05 [--------------------------------------------------------------------] 100%
cachyos is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
:: wine-cachyos-2:9.0.20250126-2 and wine-mono-9.4.0-1 are in conflict. Remove wine-mono? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: wine-cachyos-2:9.0.20250126-2 and wine-mono-9.4.0-1 are in conflict
~ 17s
You must log in or # to comment.
This is usually because both packages have files at identical locations and so allowing you to install both would mean one would partially get overwritten by the other.
I did a little searching and found that wine-cachyos now includes wine-mono, so you will want to uninstall wine-mono (as well as wine-gecko apparently according to this thread) by answering the prompt with “Y”. I assume it will also prompt you about wine-gecko so you should be able to just answer the prompts with Y and it should work.