Install libclang on Ubuntu 12.04 LTS 32 bit machine

8,090

For 12.04, it is available from official repositories. Therefore, to install, type:

sudo apt-get install clang

As a reference, whenever I cannot find a package required (particularly libraries), I google <name> launchpad, which most of the time gets me to the package which builds the required libraries. Launchpad is THE source of information for packages, libraries, versions, ppas, etc. I hope this is of help.

Share:
8,090

Related videos on Youtube

pikkip
Author by

pikkip

Updated on September 18, 2022

Comments

  • pikkip
    pikkip over 1 year

    I am trying to install libclang on Ubuntu 12.04 LTS 32 bit. I have gone through some references though I din't get a clear idea.

  • pikkip
    pikkip over 7 years
    Thank you, actually I got confused with clang and libclang