How to do unattended install of WebSVN with apt-get?

冷暖自知 提交于 2019-12-06 12:57:48

Almost all packages in Debian/Ubuntu use Debconf. You can pre-seed answers into debconf using the command debconf-set-selections. You need another tool debconf-get-selections to extract the answers you provided interactively. debconf-get-selections isn't installed by default, and doesn't need to be installed on the system you are installing to, but you will probably need to install it to extract your answers for the pre-seeding. This is part of the debconf-utils package.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!