문제

I hope to install gcc and runnit automatically. But when I "sudo apt-get install gcc" it comes up a dialog to make choose the configuration. So I use

sudo DEBIAN_FRONTEND=noninteractive apt-get install -f -y --force-yes --no-install-recommends gcc

and then I use the same way to install runit

sudo DEBIAN_FRONTEND=noninteractive apt-get install -f -y --force-yes --no-install-recommends runit

But unfortunatly Error occur: It shows

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)

And my system is a clean Ubuntu10.04 . I can install runit if I don't install gcc noninteractiv.

Hope someone can help me.

Thanks!

도움이 되었습니까?

해결책

This bug is solved before. Update source.list will be OK

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top