[Archlinux] How to fix "gcc: removing gcc-libs breaks dependency 'gcc-libs=7.1.1-2'"
Hi everyone, I was crossing this issue this morning so let’s fix it!
First of all this issue is appearing because I enabled the multilib support in my arch config (https://wiki.archlinux.org/index.php/multilib). To fix this problem you need to have all your gcc packages using multilib or none of them, not both. First let’s find out which packages you need to remove/install with the multilib support. Run:
|
|
You should have an output like:
|
|
In my case you can see that gcc itself is not multilib. Let’s install the multilib version of it.
|
|
Et voilà! Problem solved :) 2ez