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.

install CCS6 on linux ubuntu without GUI

Hi,

how to do this? my installation of ubuntu is console based no GUI.

I know there is a flag to use when launching the installer but cannot find the reference to it....

Thanks in advance,

Best Regards,

Gabriele 

  • Hi Gabriele,

    You can install CCS in the "unattended" mode, this will install everything, you will not be able to select any components.

    Please run the installer with the following parameters:

    ccs_setup_<version> --mode unattended --prefix <directory to install into>

    Note, there are 2 dashes before mode and prefix.

    Danish