DEBIAN_FRONTEND ตัวแปรสภาพแวดล้อม


22

ผู้ให้บริการโฮสติ้งที่มีศักยภาพของฉันแนะนำให้เรียกใช้คำสั่งในเทอร์มินัลเพื่อทำให้อิมเมจระบบปฏิบัติการบนเซิร์ฟเวอร์ของ KVM มีขนาดเล็กที่สุด เนื่องจากเทมเพลต 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
โดยไม่ทราบว่ามันทำอะไรฉันสามารถบอกได้ว่าเมื่อคุณตั้งค่าตัวแปรด้วยวิธีที่เป็นส่วนหนึ่งของสตริงคำสั่งที่ยาวกว่านั้นจะมีผลเฉพาะเมื่อรันคำสั่งนั้น มันไม่ได้มีอยู่
Gunnar Hjalmarsson

คำตอบ:


27

เพียงแค่การเติมaptคำสั่งด้วย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ใช้งานทั่วไปใน Dockerfiles คำตอบนี้ทำให้ฉันสงสัยว่าทำไมเราไม่ใช้การ--yesตั้งค่าสถานะด้วยคำสั่ง apt เพราะจะชัดเจนมากขึ้นและในกรณีส่วนใหญ่มันจะตอบสนองความต้องการของเรา
Dennis

@Dennis ฉันคิดว่าเป็นเพราะ readline ไม่จำเป็นต้องติดตั้งและ apt สามารถส่งคำเตือนเช่นนี้ได้
hayd

4
หมายเหตุ: หากใช้DEBIAN_FRONTENDกับsudoตั้งค่าตัวแปรภายในsudoคำสั่งและไม่ใช้มัน นั่นคือ: sudo DEBIAN_FRONTEND=noninteractive apt-get install slrn. หากคุณตั้งค่าตัวแปร env ไว้ก่อนหน้าsudoนั้นจะใช้ได้สำหรับsudoคำสั่งเองและsudoจะไม่คัดลอกไปยังapt-getคำสั่งที่กำลังรัน การใช้มันระหว่างsudoและคำสั่งที่เกิดขึ้นจริงเป็นsudoไวยากรณ์สำหรับการตั้งค่าตัวแปร env สำหรับคำสั่งที่จะเรียกใช้ (ดูหน้าคน) สิ่งนี้ทำให้ฉันลำบากมากดังนั้นฉันจึงคิดว่าอยากแบ่งปัน
caxcaxcoatl

1
หากคุณต้องการเปลี่ยนพฤติกรรมเริ่มต้นของส่วนหน้าnoninteractiveคุณสามารถทำได้โดยใช้คำสั่งต่อไปนี้:dpkg-reconfigure debconf --frontend=noninteractive
Carter Pape
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.