I am trying to install llvm-7
on Ubuntu 22.04 Jammy
, but cant locate the package with apt-get. The website apt.llvm.org
says it itself is deprecated and now I am wondering how I am supposed to install llvm-7
.
Thx for your help.
(I require llvm-7
instead of the newer ones, because I am working on a project, which breaks with the newer versions of llvm and I would like to get it running, before I try to update the full project to run on newer versions.)