call_end

    • Fo chevron_right

      General Questions • Re: [Software] How to fix/remove permanently the "No LSB modules are available." message?

      news.woodpeckersnest.space / forums-debian-net:0 • 6 April

    Thanks for the reply

    The which lsb_release command returns the /usr/bin/lsb_release value

    I found the same pair of lines shared by you but located in the lines 80/81 instead:

    Code:

    # Generate minimal standard-conform output (if stdout is a TTY).[ -t 1 ] && echo "No LSB modules are available." >& 2
    Yes, that's correct. In fact, I suggested commenting out line 81:

    Code:

    [ -t 1 ] && echo "No LSB modules are available." >& 2
    to

    Code:

    # [ -t 1 ] && echo "No LSB modules are available." >& 2
    Line 80 remains unchanged.

    Statistics: Posted by Aki — 2025-04-06 15:56