cmake :command not found
Background: Newly startedCentOSThe system installation process of Wdlinux reported an error
Conclusions come first:
1. Reporting an error means that no cmake command was found. Under normal circumstances, the system will automatically help install it. It is very likely that the yum is old. Try to update it.
2. Backup -> Download Source -> Clear Cache -> Generate New Cache.
Specific steps:
1. Back up the source to prevent:
mv /etc// /etc//
2. Download source (get the download source of the corresponding system, otherwise the error is still there):
CentOS7.x system
cd /etc//
wget -O http://mirrors./.help/
System
cd /etc//
wget -O /repo/
3. Generate cache:
yum clean all
yum makecache
4. Congratulations:
I hope you can succeed too, continue your installation operation!
Off-topic content:
If you need to restore, the steps are as follows:
rm -rf /etc//
mv /etc// /etc//
Desire power:
1. I hope you can point out more shortcomings
2. If you have any questions, you can chat privately and you are very happy to discuss them together.