centos lsb_release: command not found code example
Example 1: centos install lsb_release
sudo yum install redhat-lsb
Example 2: bash: lsb_release: command not found
apt-get install -y lsb-release
sudo yum install redhat-lsb
apt-get install -y lsb-release