Issue 149898
Summary Keep base/default apt packages for every llvm version.
Labels new issue
Assignees
Reporter Febbe
    If adding the llvm apt-PPA to the PPA list, one can install clang or llvm via `sudo apt install clang llvm` ... This is not possible with older than the nightly apt versions, e.g. clang-20. To install clang-20 `sudo apt install clang-20` is required. But when clang-20 and llvm-20 is the most recent version I want to use, I am forced to create alternatives with update-alternatives. Those will break, as soon I accidentally install / remove the clang package.

This is undesirable. What I want, is to force the installed version of the clang / llvm /... package to a specific version via `sudo apt-get install clang=1.20.1.8`

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to