Knowledgebase

Powered by WHMCompleteSolution

Language:

Please Login or Register

 

Knowledgebase Article
Subject: Dialog command not found
If you are getting error "dialog" command not found, then simple do this.



Log in to SSH using root access



yum search dialog



Based from the results, install dialog.



Example of result:



dialog.i386 : A utility for creating TTY dialog boxes.



Then install it:



yum install dialog.i386



That's all!
Back