I have faced this problem a lot of time. I have installed an app from sw center but its still not showing up in dashboard. Like I installed GCC and its showing as installed but not getting how to open it. So tell me how to solve this problem for once and for all.
Asked
Active
Viewed 721 times
2 Answers
1
All program do not have a graphical interface. It does not make sense to have a launchers for programs like that.
gcc is one of these programs.
You can invoke them from the terminal. Start the terminal and start the program from there.
Jorge Castro
- 70,934
- 124
- 466
- 653
McNisse
- 1,823
- 1
- 16
- 16
-
Then how to use gcc and is there any other good C/C++ compiler. I used to use Dev C++ on windows. – shivamDev31 Jan 11 '13 at 22:04
-
`gcc -o program program.c`. But I think that what you are after is a IDE, like kdevelop, anjuta, eclipse etc. – McNisse Jan 11 '13 at 22:31
-
I dont need eclipse or netbeans for this... That I use for java and adnroid. What I need is something like Dev C++, which is available for linux but even not getting how to use it. Thanks – shivamDev31 Jan 13 '13 at 12:54
0
go back an click on More-info button in sw center (in your case you will find it in installed->#categories#->yourApp) to see if there is dependics libraries for graphical interface
Manee Osman
- 189
- 12