About 192,000 results
Open links in new tab
  1. How do I find out the kernel version I am running? - Ask Ubuntu

    Well there are multiple ways to find the kernel version Open terminal and execute: uname -r It would display something like: 3.8.0-30-generic You can get further information on the current kernel with …

  2. List of Ubuntu Versions with Corresponding Linux Kernel Version

    Aug 28, 2014 · Is there a list of Ubuntu versions with default corresponding Linux kernel versions somewhere? I would specifically like to know the most recent version of Ubuntu that still used Linux …

  3. How can I boot with an older kernel version? - Ask Ubuntu

    Feb 15, 2015 · The latest kernel is causing problems with my sound, which worked fine with an older version. As I have only Ubuntu installed, Grub is not getting displayed while booting. How can I …

  4. What are Kernel Version number components (w.x.yy-zzz) called?

    Oct 29, 2016 · 10 Calling w the version, x the major revision and y the minor revision is semantic versioning using change significance. Linux hasn't used that semantic versioning in a long time. Until …

  5. Clarification on Kernel Version Choices for Ubuntu 24.04 LTS

    May 30, 2024 · Hello Ubuntu community, I've been looking into the kernel version for Ubuntu 24.04 LTS and found some conflicting information that has left me a bit confused. According to kernel.org, …

  6. How do I find the kernel version, Ubuntu release and disk partition ...

    uname -a for all information regarding the kernel version, uname -r for the exact kernel version lsb_release -a for all information related to the Ubuntu version, lsb_release -r for the exact version …

  7. Linux kernel header files to match the current kernel

    Jun 11, 2018 · i A linux-headers-4.13.0-39-generic - Linux kernel headers for version 4.13.0 on The linux-headers-generic "will always depend on the latest generic kernel headers available", so I …

  8. How Do I update my kernel to the latest one? - Ask Ubuntu

    Jan 20, 2022 · I want to update my Kernel to the latest stable version which is v5.16.1 I followed a guide which showed how to install kernel 5.16. Everything went fine until I received this error: dpkg: …

  9. How to easily remove old kernels in Ubuntu 20.04 LTS?

    Jun 24, 2020 · This script has an issue, that it tries to remove the following packages: - linux-headers-generic - linux-image-generic and my kernel is 5.17.5-76051705-generic, and it tried to remove linux …

  10. Linux kernel version and GCC version match - Ask Ubuntu

    Jan 20, 2017 · Is there a recommended GCC version for compiling the Linux kernel? I find Linux kernel's header "compiler-GCC ". Does it include information about the kernel's recommended GCC version? …