Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a shell script ( linux ) that will ask for input to install 5 applications. For example, you may have your script ask to
Write a shell script linux that will ask for input to install applications. For example, you may have your script ask to install Google Chrome, Steam, VLC Media Player, and GIMP. You can choose any software if you would like. It doesn't have to be the ones I listed. Your script should use if statements to decide what to do if a user enters y for yes, n for no Attached is an example of what the structure looks like. Not always will the command look like install Chrome. Sometimes it may look different. Best approach is to do some checking online, as installer parameters are subject to change.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started