We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
The text was updated successfully, but these errors were encountered:
I got the same error on Ubuntu 24.04 (Noble). I had to remove the noble-16 repository with:
sudo sed -i -e '/deb http:\/\/apt.llvm.org\/noble\/ llvm-toolchain-noble-16 main/d' -e '/# deb-src http:\/\/apt.llvm.org\/noble\/ llvm-toolchain-noble-16 main/d' /etc/apt/sources.list.d/archive_uri-http_apt_llvm_org_noble_-noble.list
Then added the lastest supported repository:
sudo add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main'
And finally update llvm:
apt-get update
Sorry, something went wrong.
Ignore the above, you can simply install clang-18:
sudo apt-get install -y \ build-essential \ clang \ clang-18 \ clang-tools-18
No branches or pull requests
The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.
The text was updated successfully, but these errors were encountered: