How to show Lubuntu version from Terminal

In this article i will teach you how to show your current lubuntu version from the terminal command line. Of course you want to open the ter... thumbnail 1 summary

In this article i will teach you how to show your current lubuntu version from the terminal command line.

Of course you want to open the terminal, by pressing CTRL + ALT + T, the terminal will pop up and type this command :

lsb_release -a

That command will gives you everything from distro id, description, release version, and codename of your lubuntu.

kernelpanic@lubuntulaptop:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04 LTS
Release:    14.04
Codename:    trusty
 
The lsb_release command is something that you can play with, you can show only some part of it, take a look at this :

CommandFunction
lsb_release -ashow all information
lsb_release -ishow distro id
lsb_release -dshow description
lsb_release -rshow release version
lsb_release -cshow codename
lsb_release -asshow short info, can be use with other command, example -as -is, -rs, etc



~ enjoy ~

Không có nhận xét nào

Đăng nhận xét