|
||||||
| Linux Applications Discussion for Linux Software and Application releated issues. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi.
I was reading some threads here and noticed terms like "console" and "gui" when referring to software applications for Linux. What are the differences between the two and what do they mean? Perhaps you can explain it in a Windows-like terminology for me? ![]() Sorry if I am a n00b. I'm trying to learn as much about Linux as I can. ![]() |
| Sponsored Links |
|
|||
|
Console applications are applications using the terminal* for user-interface. It's commonly done by simple text-menus or through argument passing (an example could be curl.) Others are more advanced and use libraries for text-based user-interface, like ncurses, which also has support for colors (an example could be cmus.)
GUI applications are using windows for the user-interface. Instead of using argument passing or text-menus you can use buttons, scrollbars, and so on (an example could be gimp.) GUI means Graphical User Interface. (* a terminal is somewhat like Windows' commandprompt) |
|
|||
|
So all Linux operating systems can run BOTH types of applications correct? Is one more efficient for the other and vice-versa?
Thanks for your answers and your help. |
| Sponsored Links |
|
|||
|
Ah thank you for the answers guys.
![]() I think that running console applications would be quite difficult unless the application is basic, like MySQL I guess right? (I think that is one at least as I know you can run it via SSH..)I wouldn't want to run GIMP in console-mode though. ![]() |
|
|||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Viewing mail queue from Console | Crop | Linux Networking | 1 | 12-06-2007 10:13 PM |
| bittorrent for the console? | Jame | Linux Applications | 2 | 10-23-2007 07:36 PM |