Rob's Blog

My programming notes and miscellaneous information

Thursday, 10 October 2019

Installing clang 9 on ubuntu 18.04 LTS

  1. Add llvm key to apt keys
    wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
  2. Add llvm bionic clang 9 apt repo
    sudo add-apt-repository -u 'http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main'
  3. Install clang 9
    sudo apt install clang-9
Posted by Rob McKay at 13:50 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: clang 9, Ubuntu
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ►  2024 (3)
    • ►  March (1)
    • ►  February (2)
  • ►  2021 (4)
    • ►  October (2)
    • ►  April (1)
    • ►  January (1)
  • ►  2020 (7)
    • ►  August (4)
    • ►  July (2)
    • ►  June (1)
  • ▼  2019 (1)
    • ▼  October (1)
      • Installing clang 9 on ubuntu 18.04 LTS
  • ►  2017 (2)
    • ►  October (1)
    • ►  March (1)
  • ►  2015 (1)
    • ►  March (1)
  • ►  2013 (2)
    • ►  December (1)
    • ►  May (1)
  • ►  2012 (6)
    • ►  October (1)
    • ►  September (1)
    • ►  July (1)
    • ►  June (1)
    • ►  May (2)
  • ►  2011 (4)
    • ►  September (1)
    • ►  August (1)
    • ►  January (2)
©Rob McKay. Picture Window theme. Powered by Blogger.