<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    You want to look at the apt-add-repository command, basically you
    provide that command like:<br>
    <br>
    <ul>
      <li>sudo add-apt-repository 'deb <a class="moz-txt-link-freetext" href="http://llvm.org/apt/trusty/">http://llvm.org/apt/trusty/</a>
        llvm-toolchain-trusty-3.8 main'</li>
      <li>sudo apt-get update</li>
      <li>sudo apt-get install clang-3.8</li>
    </ul>
    <br>
    Cheers,<br>
    -Neil.<br>
    <br>
    <div class="moz-cite-prefix">On 22/03/16 17:44, Russell Wallace via
      llvm-dev wrote:<br>
    </div>
    <blockquote
cite="mid:CAH+nB+wSb5=arObgFg_HeYyNqK9KsJXauHc8vVvre3VB8bPVLA@mail.gmail.com"
      type="cite">
      <div dir="ltr">What is the recommended way to install LLVM 3.8 on
        Ubuntu 14.04? The generic apt-get thinks 3.4 is the latest
        version. I found instructions at <a moz-do-not-send="true"
          href="http://llvm.org/apt/">http://llvm.org/apt/</a> but they
        don't work; deb and deb-src are not recognised commands, and the
        suggested apt-get variants are unable to locate the package.</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>