Timeline for How to install clang-10 on Ubuntu 20.4
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 14, 2021 at 12:54 | comment | added | egridasov | In my case, the problem was with offending libc6. I had to downgrade and then everything worked. Yes it did sound scary, but worked out in the end. I tried to add the repo from apt.llvm.org but it did not fix the dependency problem. However, when I downgraded libc6, apt happily installed clang-13. First I had to clean up all of the i386 stuff, then downgrade libc6=2.31-0ubuntu9.3 to libc6=2.31-0ubuntu9.2. Use apt remove libc6:i386; apt install libc6=2.31-0ubuntu9.2; apt install clang. Then you may reinstall any i386 packages (wine32 in my case). | |
| Oct 16, 2020 at 11:28 | review | Late answers | |||
| Oct 16, 2020 at 23:55 | |||||
| Oct 16, 2020 at 11:11 | review | First posts | |||
| Oct 16, 2020 at 19:20 | |||||
| Oct 16, 2020 at 11:09 | history | answered | Wiper | CC BY-SA 4.0 |