About 89,000 results
Open links in new tab
  1. How do I check the version of Ubuntu I am running? [duplicate]

    Oct 16, 2015 · How can I check my current Ubuntu version through the command-line and GUI?

  2. How can I find the version of Ubuntu that is installed?

    Nov 10, 2010 · I installed some version of Ubuntu on my VMware, but I don't know what version exactly it is. How can I find it out?

  3. How to check if Ubuntu Desktop or Server is installed?

    For me the dpkg -l ubuntu-desktop it's a very reliable method to determine if its a desktop or server. As mentioned in the linked post, it's not easy to determine if you use a desktop or …

  4. WSL: Am I running version 1 or version 2? - Ask Ubuntu

    Sep 30, 2019 · I have Windows Subsystem for Linux, but I don't know which version I have, and many things won't work in version 1. How do I check my version?

  5. command line - How can you tell the version of Ubuntu on a …

    Jul 31, 2019 · 15 So I am trying to create a bash/executable, and it in I need to know the version number of Ubuntu on the system. All the ways I have found online consist of lsb_release -r, …

  6. What terminal command checks the Ubuntu version

    Fiddling around with Ubuntu via Docker, and this command works if you're using the 16.04 version and later and 12.04. The one in the accepted answer works for the 14.04 release.

  7. How do I check if I have a 32-bit or a 64-bit OS? - Ask Ubuntu

    I downloaded and installed Ubuntu from the official site. However, I don't know if I installed the 32-bit or 64-bit version. In Windows 7 I could right click My Computer and it listed which versio...

  8. Terminal command to show OpenGL version? - Ask Ubuntu

    Dec 25, 2021 · I want to find out the OpenGL version I'm using. I have access to Ubuntu via SSH. Which command shall I execute?

  9. How do I find out the kernel version I am running? - Ask Ubuntu

    31 The official version of an Ubuntu kernel is found in the /proc/version_signature file (mainline kernels may lack this file, in which case uname -r is sufficient). This file contains both the full …

  10. How do I check which shell I am using? - Ask Ubuntu

    Feb 28, 2015 · 689 I read that terminal is nothing but shell, and Unix provides different flavors of shells: Bourne shell (sh) C shell (csh) TC shell (tcsh) Korn shell (ksh) Bourne Again shell …