DEBIAN_FRONTEND पर्यावरण चर


22

मेरी संभावित होस्टिंग प्रदाता केवीएम आधारित सर्वर की ओएस छवि को न्यूनतम बनाने के लिए टर्मिनल में एक कमांड चलाने का सुझाव देती है। चूंकि उनके KVM टेम्प्लेट उन पैकेजों के साथ आते हैं जिनकी मुझे आवश्यकता नहीं होगी, मैंने सोचा कि मैं अवांछित पैकेजों को निकालने के लिए उसी कमांड का उपयोग कर सकता हूं।

वह आदेश इसके साथ शुरू होता है DEBIAN_FRONTEND=noninteractive, फिर apt-get removeनिम्नानुसार लागू होता है:

DEBIAN_FRONTEND=noninteractive apt-get remove --purge -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" package-1 package-2 ... package-n; apt-get -y autoremove; apt-get clean all 

यह पहली बार है जब मैंने DEBIAN_FRONTENDपर्यावरण चर का सामना किया , और मुझे अब तक उपयोगी जानकारी नहीं मिली। इसलिए मुझे आश्चर्य है कि इसे करने के लिए क्या करना noninteractiveहै, और अगर यह उचित है, क्योंकि मुझे लगता है कि मूल्य ( noninteractive) जारी रहेगा।


4
यह जाने बिना कि मैं यह बता सकता हूं कि जब आप एक चर को एक लंबे कमांड स्ट्रिंग के एक भाग के रूप में सेट करते हैं, तो यह केवल उस कमांड को चलाने के दौरान प्रभावी होता है। यह टिकता नहीं है।
गुन्नार हेजलरमसन

जवाबों:


27

बस के aptसाथ एक कमांड prepending DEBIAN_FRONTEND=somethingएकल आदेश के बाद बनी नहीं रहती है जिस पर इसे लागू किया जाता है।

DEBIAN_FRONTENDविकल्पों धारा 7 के मैनुअल पृष्ठों में दर्ज कर रहे हैं debconf(आप स्थापित करने की आवश्यकता हो सकती है debconf-docइन आपके सिस्टम पर उपलब्ध कराने के लिए पैकेज)। से man 7 debconf:

Frontends
   One of debconf's unique features is that the interface it  presents  to
   you is only one of many, that can be swapped in at will. There are many
   debconf frontends available:

   dialog The default frontend, this uses  the  whiptail(1)  or  dialog(1)
          programs to display questions to you. It works in text mode.

   readline
          The  most  traditional frontend, this looks quite similar to how
          Debian configuration always has been:  a  series  of  questions,
          printed  out  at  the console using plain text, and prompts done
          using the readline library. It even supports tab completion. The
          libterm-readline-gnu-perl package is strongly recommended if you
          chose to use this frontend; the default readline module does not
          support  prompting  with default values.  At the minimum, you'll
          need the perl-modules package installed to use this frontend.

          This frontend has some special hotkeys. Pageup (or ctrl-u)  will
          go  back  to  the previous question (if that is supported by the
          package that is using debconf), and pagedown  (or  ctrl-v)  will
          skip forward to the next question.

          This is the best frontend for remote admin work over a slow con‐
          nection, or for those who are comfortable with unix.

   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.

यह भी नोट करता है कि:

   You can change the default frontend debconf uses by reconfiguring  deb‐
   conf.  On the other hand, if you just want to change the frontend for a
   minute, you can set the DEBIAN_FRONTEND  environment  variable  to  the
   name of the frontend to use. For example:

     DEBIAN_FRONTEND=readline apt-get install slrn

   The  dpkg-reconfigure(8) and dpkg-preconfigure(8) commands also let you
   pass --frontend= to them, followed by the frontend  you  want  them  to
   use.

   Note  that not all frontends will work in all circumstances. If a fron‐
   tend fails to start up for some reason, debconf will print out  a  mes‐
   sage explaining why, and fall back to the next-most similar frontend.

1
मैं DEBIAN_FRONTEND=noninteractiveआमतौर पर डॉकफाइल्स में इस्तेमाल होता देख रहा हूं। यह उत्तर मुझे आश्चर्यचकित करता है कि हम फ़्लैट का प्रयोग --yesउपयुक्त कमांड के साथ नहीं करते क्योंकि यह अधिक स्पष्ट होगा और ज्यादातर मामलों में यह हमारी आवश्यकताओं को पूरा करेगा।
डेनिस

@ मुझे लगता है कि यह इसलिए है क्योंकि रीडलाइन आवश्यक रूप से स्थापित नहीं है, और उपयुक्त इस तरह के रूप में एक चेतावनी उत्पादन कर सकते हैं।
Hayd

4
नोट: यदि के DEBIAN_FRONTENDसाथ प्रयोग करते हैं sudo, तो sudoकमांड को वेरिएबल के भीतर सेट करें , न कि इसके लिए। यही कारण है: sudo DEBIAN_FRONTEND=noninteractive apt-get install slrn। यदि आप पहले env वेरिएबल सेटिंग डालते हैं sudo, तो यह sudoकमांड के लिए ही मान्य sudoहोगा , और इसे apt-getरन होने वाले कमांड पर कॉपी नहीं करेगा । के बीच sudoऔर वास्तविक कमांड का उपयोग करना sudoकमांड चलाने के लिए एनवी चर स्थापित करने के लिए वाक्यविन्यास है (मैन पेज देखें)। इससे मुझे कठिन समय मिला, इसलिए मैंने साझा करने की तरह सोचा।
caxcaxcoatl

1
यदि आप फ्रंटेंड डिफ़ॉल्ट व्यवहार को बदलना चाहते हैं noninteractive, तो आप निम्न आदेश के साथ ऐसा कर सकते हैं:dpkg-reconfigure debconf --frontend=noninteractive
कार्टर पपी
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.