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

 

Ha estat útil la resposta? 0 Els usuaris han Trobat Això Útil (0 Vots)