Как автоматизировать установку wirehark через apt-get? [dубликат]

Да, но это не так.

Вы должны по существу перезагрузить устройства, самым простым способом - отключить питание, удалив батарею и заменив ее. Выполнение этого на клавиатуре и мыши в K220 заставляет его работать для меня каждый раз.

17
задан 4 December 2014 в 04:43

2 ответа

Установите DEBIAN_FRONTEND на noninteractive:

DEBIAN_FRONTEND=noninteractive apt-get ...

Это также применимо к dpkg --reconfigure, dpkg-configure и т. д.

Из DEBIAN_FRONTEND :

noninteractive This is the anti-frontend. It never interacts with you at all, and makes the default answers be used for all questions. It might mail error messages to root, but that's it; otherwise it is completely silent and unobtrusive, a perfect frontend for automatic installs. If you are using this front-end, and require non-default answers to questions, you will need to preseed the debconf database; see the section below on Unattended Package Installation for more details.

Если вы установите noninteractive, вы должны ответить на вопросы debconf, используя debconf-set-selections.

25
ответ дан 18 July 2018 в 12:21

Установите DEBIAN_FRONTEND на noninteractive:

DEBIAN_FRONTEND=noninteractive apt-get ...

Это также применимо к dpkg --reconfigure, dpkg-configure и т. д.

Из DEBIAN_FRONTEND :

noninteractive This is the anti-frontend. It never interacts with you at all, and makes the default answers be used for all questions. It might mail error messages to root, but that's it; otherwise it is completely silent and unobtrusive, a perfect frontend for automatic installs. If you are using this front-end, and require non-default answers to questions, you will need to preseed the debconf database; see the section below on Unattended Package Installation for more details.

Если вы установите noninteractive, вы должны ответить на вопросы debconf, используя debconf-set-selections.

25
ответ дан 24 July 2018 в 19:57

Другие вопросы по тегам:

Похожие вопросы: