This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/IWR1642BOOST: CCS V8 not installing on Ubuntu 18.04 LTS

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

When trying to execute the installation bin , I get this error in a popup

Failed to locate 32-bit system libraries required for installation to continue:

 libc6-i386

For more information on how to install these, please visit: URL

I have followed what is stated in the above URL(http://software-dl.ti.com/ccs/esd/documents/ccsv8_linux_host_support.html

sudo apt install libc6:i386 libusb-0.1-4 libgconf-2-4 build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.5ubuntu2).
build-essential set to manually installed.
libusb-0.1-4 is already the newest version (2:0.1.12-32).
libc6:i386 is already the newest version (2.28-0ubuntu1).
libgconf-2-4 is already the newest version (3.2.6-4.1ubuntu2).
libgconf-2-4 set to manually installed.
0 to upgrade, 0 to newly install, 0 to remove and 5 not to upgrade.

As you can see libc6:i386 is already installed, but your installer doesn't seem to find it.