How to install clangd latest version on ubuntu 18.04

is there any way to install latest version of clangd binary on ubuntu 18.04?
i mean installing a prebuild binary not from source files.
ubuntu bionic archive publishing clang-9 but i need version 10 or 11.
is there any ppa or prebuild binary?

Release 14.0.3 · clangd/clangd · GitHub has the stable version.

Releases · clangd/clangd · GitHub has unstable snapshot versions.

(Is there somewhere we could have linked this that would have been more discoverable for you?)

2 Likes

i apologise. i thought GitHub - clangd/clangd: clangd language server is just a mirror or something to clang · GitHub src files :frowning:
thanks alot

I have installed what I believe is the latest version but it is called “clangd-10” on my system. I have some IDE software that is looking for “clangd” and tells me that it cannot find it.

Have I done something wrong. What options do I have to satisfy the IDE looking for just clangd.

I also found it difficult to find the above link. Can you make it more visible on the page LLVM Download Page