- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我希望自动安装gcc和runnit。但是当我“sudo apt-get install gcc”时,它会出现一个对话框来选择配置。所以我使用
sudo DEBIAN_FRONTEND=noninteractive apt-get install -f -y --force-yes --no-install-recommends gcc
然后我用同样的方式安装runit
sudo DEBIAN_FRONTEND=noninteractive apt-get install -f -y --force-yes --no-install-recommends runit
但不幸的是发生了错误:它显示
start: Unknown job: runsvdir
dpkg: error processing runit (--configure):
subprocess installed post-installation script returned error exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)
我的系统是干净的 Ubuntu10.04 。如果我不安装 gcc noninteractiv,我可以安装 runit。
希望有人能帮助我。
谢谢!
最佳答案
这个错误之前已经解决了。更新source.list就可以了
关于linux - DEBIAN_FRONTEND=noninteractive install -y gcc 之后无法安装 runit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19440627/
我正在为我的项目目的之一自动化 dpkg-sig 安装。现在我想以非交互方式安装它。 我在/etc/sudoers.d/内的文件中添加了以下内容 Cmnd_Alias DPKGSIG_INSTALL
我有非常简单的 Dockerfile FROM ubuntu:14.04 MAINTAINER XXX ARG DEBIAN_FRONTEND=noninteractive RUN sudo apt
我希望自动安装gcc和runnit。但是当我“sudo apt-get install gcc”时,它会出现一个对话框来选择配置。所以我使用 sudo DEBIAN_FRONTEND=noninter
我正在使用 Dockerfile 来构建一个 docker 镜像。我已将 ARG DEBIAN_FRONTEND=noninteractive 放在 Dockerfile 的开头,以避免在构建时出现
我是一名优秀的程序员,十分优秀!