Thanks zdar for that response back.
I'm running Ubuntu 14.04 LTS 64 bit, I know it's not a "supported" version but perhaps this is still pertinent.
Just removing the file did not do the trick. I had to pass a --force-overwrite to dpkg as well.
1. Unpacked the image by adding a "--keep" option as in
"sudo ./mcuxpressoide-10.0.0_344.x86_64.deb.bin --keep"
this extracted the files into an "installer" sub dir
2. edited install.sh via:
"sudo vi install.sh"
3. added the --force-overwrite option to the dpkg command for the ide install as in:
was originally:
dpkg -i --force-depends mcuxpressoide-10.0.0_344.x86_64.deb
changed to
dpkg -i --force-depends --force-overwrite mcuxpressoide-10.0.0_344.x86_64.deb
4. ran the install script via:
"sudo ./install.sh"
The ide has installed and did start up, at least the initial view.
Both kds and MCUxpresso ide are up in the initial view, not sure yet beyond this as I'm not planning to try to run them at the same time.
Leroy