ISO/IEC 23360-1-1
Linux Standard Base (LSB) — Part 1-1: Common definitions
| Organization: | ISO |
| Publication Date: | 1 October 2021 |
| Status: | active |
| Page Count: | 20 |
| ICS Code (Software): | 35.080 |
scope:
The Linux Standard Base (LSB) defines a system interface for compiled applications and a minimal environment for support of installation scripts. Its purpose is to enable a uniform industry standard environment for high-volume applications conforming to the LSB.
The LSB specification set is divided into modules, each of which provides fundamental system interfaces, libraries, and runtime environment upon which all conforming applications and libraries using that module depend.
The modules of the Linux Standard Base are:
• LSB Core - core components
• LSB Desktop - desktop related components
• LSB Languages - runtime languages
• LSB Imaging - printing and scanning
• LSB Trial Use - components that are not yet mandatory
Interfaces described in the LSB Core module specification are supplemented by other LSB module specifications. All other modules depend on the presence of LSB Core.
These specifications are composed of two basic parts: a common part describing those parts of the interface that remain constant across all implementations of the LSB, and an architecture-specifi
The LSB contains both a set of Application Program Interfaces (APIs) and Application Binary Interfaces (ABIs). APIs may appear in the source code of portable applications, while the compiled binary of that application may use the larger set of ABIs. A conforming implementation provides all of the ABIs listed here. The compilation system may replace (e.g. by macro definition) certain APIs with calls to one or more of the underlying binary interfaces, and may insert calls to binary interfaces as needed.
The LSB is primarily a binary interface definition. Not all of the source level APIs available to applications may be contained in this specification.
Document History