1 Answer
You must install the package for lsb_release command on a minimal server to find out the package name on your centos run the below command.
yum provides */lsb_release
find the package name and then install it using yum command
Your Answer