×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Need code to print message if software doesn't install then continue to next software

Need code to print message if software doesn't install then continue to next software

Need code to print message if software doesn't install then continue to next software

(OP)
I'm not an IT pro but a bash beginner with basic programming knowledge.

I have a question I can't find the answer to in Google or in books about bash scripting.

I want to write a bash script that installs a list of software, codecs, and utilities.

I am running into a problem because if a script can't find a specific item it just installs everything to that point and stops, and you don't even know what actually installed. Scripts to do the same thing written by other people run into the same problem. The script probably worked when they ran it but some things can't be located in the same place any more.

I need the code to do the following.

Install gimp.

If gimp installed, print 'Installed GIMP' to filename.

If gimp did NOT install, then:
----- do not terminate the script
----- print 'did not install GIMP'.

Thanks!

Yours,
Dora Smith

RE: Need code to print message if software doesn't install then continue to next software

You did not specify, how you install Gimp, so it is difficult to recommend a suitable solution. Usual install scripts return a non-zero exit code, which you might want to catch. Others might output something to stderr to indicate failure, so you can evaluate this.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close