Glam Prestige Journal

Bright entertainment trends with youth appeal.

I can get Ubuntu version by lsb_release -a. To remember this command I want to know what stands for the lsb?

I found "Linux Standard Base" here. Is this right?

2 Answers

Yes it is true, See Wikipedia

LSB=Linux Standard Base 

As most with most commands, the manual usually helps:

$ man lsb_release

...

DESCRIPTION

The lsb_release command provides certain LSB (Linux Standard Base) and distribution-specific information.

...

SEE ALSO

 lsb(8)

Which leads to:

$ man lsb

NAME

 lsb - Linux Standard Base support for Debian

DESCRIPTION

The lsb package provides infrastructure for installing Linux Standard Base applications on Debian. This manual page is designed to refer system adminstrators and others to the documentation available.

The Linux Standard Base is a common runtime environment for third-party packages. The goal of the LSB is to make it easy to create binary packages that will run on any Linux distribution. For more information on the standard, please see the LSB web site.

SEE ALSO

 /usr/share/doc/lsb-core/README.Debian 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy