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.

How to uninstall CCS v5 on Ubuntu

Hi,

I had installed CCSv5 on a Ubuntu at an inappropriate root level. I want to uninstall CCSv5 before a cleaning install. When I enter:

sudo uninstall_CCSv5

It echoes:

sudo: uninstall_CCSv5: command not found

When I list the folder files, I notice that all the uninstall category files are in green, and there is a 'd' letter in the first column. Could you tell me how to run the uninstall command?

Thanks,

......
n2-MS-7696:/usr/local/CCSv5/ccsv5$ ls -list
total 6056
146379 4 drwxr-xr-x 11 root root 4096 Jan 9 18:14 eclipse
147660 1452 -rwxr-xr-x 1 root root 1485410 Jan 9 12:34 uninstall_CCSv5
407918 4 drwxr-xr-x 3 root root 4096 Jan 9 12:34 graphics
407665 4 drwxr-xr-x 4 root root 4096 Jan 9 12:34 doc
147658 1160 -rwxr-xr-x 1 root root 1187316 Jan 9 12:34 uninstall_dvt
275684 4 drwxr-xr-x 16 root root 4096 Jan 9 12:33 ccs_base_5.0.3.00028
147657 1140 -rwxr-xr-x 1 root root 1163458 Jan 9 12:33 uninstall_idecore

  • Hi Jeff,

    normally we simply delete the folders/installation manually.  This is probably my best advice.  However I think you should be able to run the command if you type it as sudo ./uninstall_CCSv5.bin (or whatever extension).   Apologies as I do not have access to my Linux this morning.  

    Please keep us informed whether this helps.

    Best Regards,

    Lisa

  • Hi Jeff,

    Try the following command to uninstall CCSv5 from your Ubuntu :

    sudo /opt/ti/ccsv5/uninstall_CCSv5

    To find the installed location try the following command in terminal:

    $ locate uninstall_CCSv5