-
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
Yes, that's correct. In fact, I suggested commenting out line 81: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
Code:
[ -t 1 ] && echo "No LSB modules are available." >& 2
Code:
# [ -t 1 ] && echo "No LSB modules are available." >& 2
Statistics: Posted by Aki — 2025-04-06 15:56