Trouble Shooting - How to check OS Version

How to check OS Version

  • Open a terminal and typing:
lsb_release -a
  • Check the kernel version:
uname -a
Back to blog