Ubuntu Kernel Version Command

Every six months, a new version of the operating system comes out, complete with new software. New software is added in every release, then frozen. As a result, new major updates are put off till the next version of Ubuntu. This hinders users from getting the latest Linux kernel version in Ubuntu.

Active2 years, 1 month ago

Which commands will give me information about following using Terminal?

  1. Kernel Version
  2. Distribution version no.
  3. All partition size of the HDD
Ketan Patel
Ketan PatelKetan Patel
11.1k9 gold badges47 silver badges66 bronze badges

7 Answers

  • uname -a for all information regarding the kernel version,

    uname -r for the exact kernel version

  • lsb_release -afor all information related to the Ubuntu version,

    lsb_release -r for the exact version

  • sudo fdisk -l for partition information with all details.

    For more understandable information regarding paritions, please use commands given in other answers.

Peter Mortensen
1,0252 gold badges11 silver badges17 bronze badges
Web-EWeb-E
18.4k11 gold badges45 silver badges90 bronze badges
Jeremy KerrJeremy Kerr
20.9k4 gold badges43 silver badges59 bronze badges

Commands:

  • Kernel Version:

  • Distribution version number:

  • All partition sizes of the HDD in Terminal: Red alert 2 game free.

Example:

Peter Mortensen
1,0252 gold badges11 silver badges17 bronze badges
MrVaykadjiMrVaykadji
4,1022 gold badges23 silver badges52 bronze badges

Kernel version is:

If you have lost your disk driver installation for your 58MM Thermal Receipt Printer with model POS-5890C – you can download a copy of this driver here on our page. Its pretty hard to find a copy of this driver online because this kind of thermal printer are generic and getting the official website or manufacturer of. Generic printer driver windows 10.

Ubuntu release version is:

All partition size of the HDD in Terminal

replace ext4 with your FS type if it's not so

With respect to the marked as answer post:

Not correct uname -a return all not just kernel version also lsb_release -a return all not only Ubuntu version moreover sudo fdisk -l return the block numbers and size and not human readable information

MaythuxMaythux
55.3k35 gold badges188 silver badges229 bronze badges
Ubuntu Kernel Version Command

Open terminal. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

MitchKernel
89.1k15 gold badges182 silver badges240 bronze badges

Ubuntu Get Kernel Version Command Line

penreturnspenreturns
5,3584 gold badges27 silver badges43 bronze badges

Ubuntu Kernel Version Command Line

Beginner

Ubuntu Kernel Version Command List

Beginner
3291 gold badge6 silver badges24 bronze badges

To find the exact distribution, that is Ubuntu 16.04.1 or Ubuntu 16.04.3 you would use

user183551user183551

Ubuntu Kernel Version Command Line

Not the answer you're looking for? Browse other questions tagged command-line or ask your own question.