
Which listed 12.3 as the last version it updated. How I finally found out what version of the XCode Commandline Tools is installed I stumbled upon the command: softwareupdate -history However I knew that my version must be out of date as the installer for one of homebrew packages told me so! Softwareupdate -list told me everything was up to date. Xcode-select -version only gave me the version of xcode-select itself, with no clue as to the commandline tools version. Not having XCode installed (and having no need for it), I could not look in settings dialogs of that either. pkgutil didn't give me the package of the XCode Commandline Tools, with none of the suggested package names. None of the available answers to get the version worked. The stable channel includes only stable versions.I had XCode Commandline Tools installed for sure, but not XCode itself. On Ubuntu 16.04 LTS and later, this service is pre-installed. To use snaps, install and run the snapd service as described in the installation guide. Since snaps update automatically, your CLion installation will always be up-to-date. You can install CLion as a self-contained snap package. However, it will still create a shortcut in the Start menu under JetBrains. Without the silent configuration file, the installer will ignore all additional options: it will not create desktop shortcuts, add associations, or update the PATH variable. In this case, omit the /CONFIG switch and run the installer as an administrator. It is possible to perform silent installation without the configuration file. You can modify it to enable or disable various installation options as necessary. The default silent configuration file is unique for each JetBrains product. If you want to install CLion for all users, change the value of the installation mode option to mode=admin and run the installer as an administrator.

With the default options, silent installation is performed only for the current user: mode=user. The silent configuration file defines the options for installing CLion. You can download the default silent configuration file for CLion at

Clion.exe /S /CONFIG=d:\temp\nfig /LOG=d:\JetBrains\CLion\install.log /D=d:\IDE\CLion Silent configuration file
