The LSB-Tools package includes tools for Linux Standards Base (LSB) conformance.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/lfs-book/LSB-Tools/releases/download/v0.12/LSB-Tools-0.12.tar.gz
Download MD5 sum: 1e6ef8cdfddb55035a6c36757e6313f9
Download size: 20 KB
Estimated disk space required: 412 KB
Estimated build time: less than 0.1 SBU
Install LSB-Tools by running the following commands:
make
          Now, as the root user:
        
make install
          Remove a file that should not be installed as the root user:
        
rm /usr/sbin/lsbinstall
Remove two scripts that serve no purpose on a systemd system:
rm /usr/sbin/{install,remove}_initd
      
          The configuration for this package was done in LFS.
          The file /etc/lsb-release should
          already exist. Be sure that the DISTRIB_CODENAME entry has been set
          properly.