version of libgcc

  1. Open a terminal window on your system.

  2. Use the following command to check the version of libgcc installed on your system:

gcc --version
  1. The output will display the version of the GCC compiler installed, which includes the version of libgcc. Look for the specific version information related to libgcc in the output.