Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8181989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:42:28+00:00 2026-06-07T00:42:28+00:00

I have written a bash script which installs a number of packages, however for

  • 0

I have written a bash script which installs a number of packages, however for each consecutive package installation i am promoted with the following message:

After this operation, 1,006 kB of additional disk space will be used.  
Do you want to continue [Y/n]? 

Is there a way of setting the default to Y so no user input is required? My script is expected to run at night without any intervention

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T00:42:30+00:00Added an answer on June 7, 2026 at 12:42 am

    Two methods come to mind. The first (and better option) is to use the options in your package manager. For example:

    apt-get install -y [YOUR_PACKAGE]
    

    if you use apt (type apt-get install --help for more help there).

    The second is more of a quick-‘n-dirty one…use a pipe after yes:

    yes | apt-get install [YOUR_PACKAGE]
    

    which always brings a smile to my face :p

    The latter option also answers yes to ALL other questions, which can be handy (errors etc.) but can be risky (which is the reason those questions are there in the first place!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a small bash script which needs an ssh tunnel to draw
I have written the following function in a bash script but it is not
I've written a bash script on Cygwin which is rather like rsync , although
I have written (tried to) this small bash script for searching through a range
I have a bash script, replace.sh with the following contents: ack-grep -a -l -i
I've got a speed question. I have a bash script which parses information from
I have a script written in a file. #!/bin/bash if [ -f /bin/uname ];
I have written small bash script to try to get the last x characters
I have written a bash script to update a page on my company's website.
I have written a bash script that gets three paths based on input parameters

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.