CentOS ssh,更新命令
yum update -y
提示空间不足
Transaction check error:
installing package kernel-3.10.0-1127.18.2.el7.x86_64 needs 6MB on the /boot filesystem
Error Summary
-------------
Disk Requirements:
At least 6MB more space needed on the /boot filesystem.
解决方法
查看boot空间详情
df -h /boot
列出所有内核
rpm -q kernel
查看当前使用的内核
uname -r
删除旧的内核
rpm -e 旧的内核名称
顺便说一个CentOS清理的命令
yum clean all
一个简易的黑苹果安装教程:https://www.mfpud.com/topics/10263/
一个联系QQ:577535622