If you get this error on Debian, commonly known as "Bash: lsb_release", command not found then it is recommended to perform as mentioned below:

# lsb_release -s -c
-bash: lsb_release: command not found

 

Just install lsb_release via apt-get:

apt-get install lsb-release

 

Esta resposta lhe foi útil? 0 Usuários acharam útil (0 Votos)