Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

How to create a GUI in shell script without any third party libs (like setup command)

share|improve this question
 
The question is too broad. What do you mean by "third party libs"? You're going to need a GUI lib to create a GUI. Whether it's included or not on your machine depends on too many factors. –  rahmu Aug 30 at 11:30
 
@rahmu I need to create script Using only basic default packages installed on any linux machine and show a GUI like setup command .. –  Ram Aug 30 at 11:52
 
There's no such thing as "basic default packages installed on any linux machine". You cannot make any assumption about what's on a user's machine beyond a linux kernel. We could help you more if you told us which systems you're targeting specifically. –  rahmu Aug 30 at 13:12
 
There's also no generic "setup command" that would give us any indication of what you are after. Perhaps you can provide a screenshot or even just a mockup showing what exactly you are trying to accomplish? –  Michael Kjörling Aug 30 at 13:52

closed as too broad by Mat, manatwork, rahmu, Anthon, terdon Aug 30 at 12:39

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

up vote 2 down vote accepted

You can use whiptail or dialog

Have look at this thread:

Whiptail or dialog

Bash Shell Scripting/Whiptail

share|improve this answer
 
Is whiptail is available in RHEL 6 by default ??? –  Ram Aug 30 at 12:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.