Final answer:
In order to check the Chrome version in the terminal, use the command 'chrome --version'. Execute the command in the terminal or command prompt and press Enter to display the version.
Step-by-step explanation:
In order to ascertain the version of Chrome installed on your computer via the terminal, follow these steps.
Open the terminal and input the command 'chrome --version', then press Enter.
This command triggers Chrome to display its version information directly within the terminal window.
The result typically appears in a format such as 'Chrome [version]', with the specific version number appended.
For instance, if the installed Chrome version is 91.0.4472.124, the terminal will output 'Chrome 91.0.4472.124'.
This method allows users to quickly and efficiently retrieve version details without navigating through the browser's graphical interface.
Checking Chrome versions via the terminal is particularly useful for system administrators, developers, or users who prefer command-line interactions, offering a streamlined approach to accessing essential information about the installed browser version.