Linux Standard Base

The LSB logo

The Linux Standard Base (LSB) is a joint project by several Linux distributions under the organizational structure of the Linux Foundation to standardize the software system structure, including the filesystem hierarchy used in the Linux operating system. The LSB is based on the POSIX specification, the Single UNIX Specification (SUS), and several other open standards, but extends them in certain areas.

According to the LSB:

The goal of the LSB is to develop and promote a set of open standards that will increase compatibility among Linux distributions and enable software applications to run on any compliant system even in binary form. In addition, the LSB will help coordinate efforts to recruit software vendors to port and write products for Linux Operating Systems.

The LSB compliance may be certified for a product by a certification procedure.[1]

The LSB specifies for example: standard libraries, a number of commands and utilities that extend the POSIX standard, the layout of the file system hierarchy, run levels, the printing system, including spoolers such as CUPS and tools like Foomatic and several extensions to the X Window System.

The command lsb_release -a is available in many systems to get the LSB version details, or can be made available by installing an appropriate package, for example the redhat-lsb package on Red-Hat-flavored Linux distributions such as Fedora.[2]

Backward compatibility

LSB aims to make binaries portable

The LSB is designed to be binary-compatible and produce a stable application binary interface (ABI) for independent software vendors. To achieve backward compatibility, each subsequent version is purely additive. In other words, interfaces are only added, not removed. The LSB adopted an interface deprecation policy to give application developers enough time in case an interface is removed from the LSB.

This allows the developer to rely on every interface in the LSB for a known time and also to plan for changes, without being surprised. Interfaces are only removed after having been marked "deprecated" for at least three major versions, or roughly six years.[3]

LSB 5.0 is the first major release that breaks backward compatibility with earlier versions.[4]

Version history

ISO standard

The LSB is registered as an official ISO standard.[8] The main parts of it are:

There is also ISO/IEC TR 24715:2006 which identifies areas of conflict between ISO/IEC 23360 (the Linux Standard Base 3.1 specification) and the ISO/IEC 9945:2003 (POSIX) International Standard.[9]

ISO/IEC 23360 and ISO/IEC TR 24715 can be freely downloaded from ISO website.[10]

Reception

While the LSB is a standard and without a competitor, it is followed only by few Linux distributions. For instance, only 21 distribution releases (versions) are certified for LSB version 4.0, notably Red Flag Linux Desktop 6.0, Red Hat Enterprise Linux 6.0, SUSE Linux Enterprise 11, and Ubuntu 9.04 (jaunty);[11] even fewer are certified for version 4.1.

The LSB has been criticized[12][13][14][15] for not taking input from projects, most notably the Debian project, outside the sphere of its member companies.

Choice of the RPM package format

The LSB specifies that software packages should either be delivered as an LSB-compliant installer,[16] or (preferably) be delivered in a restricted form of the RPM Package Manager format.[17]

This choice of package format precludes the use of the many other, existing package formats not compatible with RPM. To address this, the standard does not dictate what package format the system must use for its own packages, merely that RPM must be supported to allow packages from third-party distributors to be installed on a conforming system.

Limitations on Debian

Debian has included optional support for the LSB early on, at version 1.1 in "woody" (3.0; July 19, 2002), 2.0 in "sarge" (3.1; June 6, 2005), 3.1 in "etch" (4.0; April 8, 2007), 3.2 in "lenny" (5.0; February 14, 2009) and 4.1 in "wheezy" (7; May 4, 2013). To use foreign LSB-compliant RPM packages, the end-user needs to use Debian's Alien program to transform them into the native package format and then install them.

The LSB-specified RPM format has a restricted subset of RPM features—to block usage of RPM features that would be untranslatable to .deb with Alien or other package conversion programs, and vice versa, as each format has capabilities the other lacks. In practice, not all Linux binary packages are necessarily LSB-compliant, so while most can be converted between .rpm and .deb, this operation is restricted to a subset of packages.

By using Alien, Debian is LSB-compatible for all intents and purposes, but according to the description of their lsb package,[18] the presence of the package "does not imply that we believe that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant."[18]

Debian strived to comply with the LSB, but with many limitations.[19] However, this effort ceased around July 2015 due to lack of interest and workforce inside the project.[20] In September 2015, the Debian project confirmed that while support for Filesystem Hierarchy Standard (FHS) would continue, support for LSB had been dropped.[21] Ubuntu followed Debian in November 2015.[22]

Quality of compliance test suites

Additionally, the compliance test suites have been criticized for being buggy and incomplete—most notably, in 2005 Ulrich Drepper criticized the LSB for poorly written tests which can cause incompatibility between LSB-certified distributions when some implement incorrect behavior to make buggy tests work, while others apply for and receive waivers from complying with the tests.[23] He also denounced a lack of application testing, pointing out that testing only distributions can never solve the problem of applications relying on implementation-defined behavior.[23]

For the vendors considering LSB certifications in their portability efforts, the Linux Foundation sponsors a tool that analyzes and provides guidance on symbols and libraries that go beyond the LSB.[24]

See also

References

  1. "Certifying an Application to the LSB". Linux Foundation. 2008. Retrieved 2010-04-26.
  2. "Package redhat-lsb". fedoraproject.org. Retrieved August 15, 2015.
  3. "LSB Roadmap". Linux Foundation. 2008. Retrieved 2010-04-26.
  4. "LSB 5.0 Release Notes". linuxfoundation.org. Retrieved 3 June 2015.
  5. djwm (10 March 2011). "Java removed from Linux Standard Base 4.1". Archived from the original on December 7, 2013.
  6. "Java removed from Linux Standard Base 4.1". h-online.com. March 10, 2011. Retrieved August 15, 2015.
  7. "LSB 5.0 Release Notes: Qt 3 Removed". linuxfoundation.org. Retrieved 3 June 2015.
  8. "ISO/IEC 23360-1:2006 - Linux Standard Base (LSB) core specification 3.1 -- Part 1: Generic specification". Retrieved 2011-10-15.
  9. "ISO/IEC TR 24715:2006 - Information technology -- Programming languages, their environments and system software interfaces -- Technical Report on the Conflicts between the ISO/IEC 9945 (POSIX) and the Linux Standard Base (ISO/IEC 23360)". Retrieved 2011-10-15.
  10. "ISO Publicly Available Standards". Retrieved 2011-10-15.
  11. Certified Products Product Directory on linuxbase.org (2015-01-12)
  12. "bugs.debian.org".
  13. "linuxfoundation.org".
  14. "openacs.org".
  15. "osnews.com".
  16. "Chapter 22. Software Installation 22.1. Introduction". Linux Standard Base Core Specification 3.1. 2005.
  17. "Chapter 22. Software Installation 22.3. Package Script Restrictions". Linux Standard Base Core Specification 3.1. 2005.
  18. 1 2 "Debian -- Details of package lsb in lenny (stable) -- Linux Standard Base 3.2 support package". Debian Project. 2008-08-18. Retrieved 2010-04-26.
  19. "Debian LSB". Debian Project. Retrieved 2010-04-26.
  20. "Debian LSB ML discussion". Debian Project. Retrieved 2015-09-12.
  21. "Debian dropping the Linux Standard Base". lwn.net.
  22. "lsb 9.20150917ubuntu1 source package in Ubuntu".
  23. 1 2 Drepper, Ulrich (2005-09-17). "Do you still think the LSB has some value?". Retrieved 2010-04-26.
  24. "All About the Linux Application Checker". Linux Foundation. 2008. Retrieved 2010-04-26.

Media

This article is issued from Wikipedia - version of the 9/13/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.