Describe the bug
The given command for installing the make, cmake and automake is not consistent.
yum install -y make cmake automake
yum need not be installed by default in some systems, we need to install it.
- all linux distro does not support
yum

To Reproduce
Steps to reproduce the behavior:
- Go to here
- Scroll down to First we should install required tools:
- See command
Expected behavior
We can use package manager to install:
sudo apt install -y make cmake automake

Describe the bug
The given command for installing the
make,cmakeandautomakeis not consistent.yumneed not be installed by default in some systems, we need to install it.yumTo Reproduce
Steps to reproduce the behavior:
Expected behavior
We can use package manager to install: