apt-get install: type Введите автоматически [dублировать]

Согласно Logitech, это не так. Тем не менее, клавиатура и мышь часто работают отлично в каждой ОС, если вам не нужна поддержка для клавишных или таких вещей.

Сказав это, я нашел это через поиск:

http: //onubuntu.blogspot.com/2014/08/logitech-mk220-impressions.html

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 в 00:53

Установите 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 в 17:18

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

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