lsb_release -a command not found code example
Example 1: lsb_release: command not found
apt-get update && apt-get install -y lsb-release && apt-get clean all
Example 2: bash: lsb_release: command not found
apt-get install -y lsb-release
apt-get update && apt-get install -y lsb-release && apt-get clean all
apt-get install -y lsb-release