51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Ubuntu/Centos中使用chconfig命令报错:“chkconfig: command not found“ 的解决方案

文章目录 #事故现场 #问题原因 #解决方案 #事故现场 在ubuntu-18.04.3版本中,使用chkconfig命令报错:

chkconfig --list chkconfig: command not found 1 2 #问题原因 Ubuntu 中 chkconfig 已经被 sysv-rc-conf 所替代;

#解决方案 apt-get update apt-get install sysv-rc-conf sysv-rc-conf --list 1 2 3 如果在安装sysv-rc-conf时报错:Unable to locate package sysv-rc-conf 请参考这篇文章: Ubuntu下安装sysv-rc-conf报错:"E: Unable to locate package sysv-rc-conf"

赞(0)
未经允许不得转载:工具盒子 » Ubuntu/Centos中使用chconfig命令报错:“chkconfig: command not found“ 的解决方案