I recently had to install clang on WSL Ubuntu and found a few conflicts.
The following commands solved the problem:
sudo apt install libc6=2.31-0ubuntu9.2 libc-bin=2.31-0ubuntu9.2
sudo aptitude install clang-12 -f -y
sudo aptitude install clang -y
sudo aptitude install clang-12 -f -y
sudo aptitude install clang -y
I then installed clang tidy using:
sudo aptitude install clang-tidy -y
Copyright © 2022 Delta Numerix
No comments:
Post a Comment