Latest LSB release continues to promote a common future


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Latest LSB release continues to promote a common future
# 1  
Old 02-26-2008
Latest LSB release continues to promote a common future

Tue, 26 Feb 2008 21:00:00 GMT
The Linux Standard Base (LSB) project aims to keep subtle differences between implementations of the operating system from making applications incompatible across distributions. Last month's release of LSB 3.2 continues along that road, furthering compatibility and encompassing new standards for multimedia and scripting languages.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what is the impact of LSB and MSB on execution ?

Hi i have shared object file called libvp.so , which is ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, not stripped i am calling this program on architecture 64-bit MSB machine ( zLinux) is there anyway to convert between LSB to MSB ?? what is... (2 Replies)
Discussion started by: rakeshkumar
2 Replies

2. Linux Benchmarks

Dual Xeon 2.6, RedHat EL 4 ES, up to latest release version. 2.6.9 kernel

============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- Linux linux.hhc.ac.uk 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux Start Benchmark Run: Wed Jul 6 15:06:07 BST 2005 1 interactive users.... (2 Replies)
Discussion started by: Garp
2 Replies

3. Solaris

what is the latest release of Solaris 9?

I have 8/03 here, i thought i had a newer one? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question
lsb_release(1)						      General Commands Manual						    lsb_release(1)

NAME
lsb_release - print distribution-specific information SYNOPSIS
lsb_release [options] DESCRIPTION
The lsb_release command provides certain LSB (Linux Standard Base) and distribution-specific information. If no options are given, the -v option is assumed. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`--'). A summary of options are included below. -v, --version Show the version of the LSB against which your current installation is compliant. The version is expressed as a colon separated list of LSB module descriptions. -i, --id Display the distributor's ID. -d, --description Display a description of the currently installed distribution. -r, --release Display the release number of the currently installed distribution. -c, --codename Display the code name of the currently installed distribution. -a, --all Display all of the above information. -s, --short Use the short output format for any information displayed. This format omits the leading header(s). -h, --help Show summary of options. NOTES
This is a reimplementation of the lsb_release command provided by the Free Standards Group. Any bugs are solely the responsibility of the author below. Detection of systems using a mix of packages from various distributions or releases is something of a black art; the current heuristic tends to assume that the installation is of the earliest distribution which is still being used by apt but that heuristic is subject to error. SEE ALSO
lsb(8) AUTHOR
Chris Lawrence <lawrencc@debian.org>. lsb_release(1)