作者热门文章
- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我运行的是 Ubuntu 13.10,而且我对 Linux 还是很陌生。我试过了:
$ sudo apt-get install chkconfig
Package chkconfig is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'chkconfig' has no installation candidate
我手动下载了包并解压缩。生成的文件夹有一个名为:
chkconfig.install
但是我该如何运行呢?我试过了,但没有用。
$ sudo chkconfig.install
最佳答案
命令 chkconfig
在 Ubuntu 中不再可用。与 chkconfig
等效的命令是 update-rc.d
。该命令几乎支持所有新版本的 ubuntu。
类似的命令是
update-rc.d <service> defaults
update-rc.d <service> start 20 3 4 5
update-rc.d -f <service> remove
关于linux - 如何在 Ubuntu 上安装 chkconfig?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20680050/
我是一名优秀的程序员,十分优秀!