Tool/software: Code Composer Studio
Under Ubuntu 16.04.6 LTS performed the following:
a. Performed a fresh install of CCS 10.0.0.00010 using the offline installer selecting to install all components.
b. After the initial CSS 10 install, SEGGER J-Link Support 16.44.0.b was installed. And looking at the installed files showed the following related to jlink drivers (the final one which contains the version number in the filename)
mr_halfword@haswell-ubuntu:~/ti/ccs1000$ find . -name '*jlink*so*' -ls
7494701 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so
7494702 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so.6
7494703 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so.6.44.2
c. After the fresh CCS 10 install, checking for updates showed SEGGER J-Link Support 6.56.0.0 available. Selected to update the SEGGER J-Link support and CCS re-started without any obvious error being reported.
d. After the update, the Help -> About Code Composer Studio -> Installation Details -> Installed Software reported that "SEGGER J-Link Support (Linux) 6.56.0.0 com.segger.jlink.linux.feature.group Texas Instruments" was installed. However, looking again at the installation showed the following files had not been changed:
mr_halfword@haswell-ubuntu:~/ti/ccs1000$ find . -name '*jlink*so*' -ls
7494701 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so
7494702 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so.6
7494703 15360 -rwxr-xr-x 1 mr_halfword mr_halfword 15726880 Mar 15 2019 ./ccs/ccs_base/DebugServer/drivers/libjlinkarm.so.6.44.2
I.e. this appears to be similar to the related question which was reported with CCS 9.3
This issue has only been seen with CCS 10 under Linux. Under Windows 10 the SEGGER J-Link Support 6.56.0.0 updated appears to have been performed successfully, based upon the version number reported in the ccs/ccs_base/DebugServer/drivers/JLink_X86.dll after the update.

