文章目录 #事故现场 #问题原因 #解决方案 #事故现场 在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"