sh: lsb_release: command not found code example
Example 1: centos install lsb_release
sudo yum install redhat-lsb
Example 2: lsb_release: command not found
apt-get update && apt-get install -y lsb-release && apt-get clean all
Example 3: bash: lsb_release: command not found
apt-get install -y lsb-release