Cloudkul Support

How to Install a Package Without Debconf Prompt ?

To install any packet non-interactively, configure debconf into non-interactive prompt.

Open the terminal and enter,

sudo export DEBIAN_FRONTEND="noninteractive"

Now, pre-configure the values as,

echo package_name package_name/key {boolean,string} {true, some string} | sudo debconf-set-selections

Then proceed with package installation as,

sudo apt-get install package_name

 

Is this article is helpful?

People like and 0 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home