Linux Mint 20.1
I've been wanting to give the Odin programming language a try but it requires LLVM 14, 17, or 18 be installed according to the build instructions here:
https://odin-lang.org/docs/install/#package-managers
I found that my LLVM was 11 and when I run apt-cache search llvm, the latest that it's able to find is 12 I think. Any ideas on how/were I can get LLVM? I found a script here (
https://apt.llvm.org/) but I'm not sure I trust running it.
Also, prior to realizing that I would not be able to simple run apt-get install llvm-config-14/17/18 I thought I would just uninstall my current llvm and install a newer version, not sure what I did or how it might have negatively affected me but a lot seemed to have been removed from my system when I uninstalled llvm, it probably took around 5 minutes, and now I'm not able to install anything beyond what I already had and maybe one more version up. What did I likely break? Thanks