|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Programming/Scripting Questions about programming, bash scripts, perl, php, cron jobs, ruby, python, etc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I installed suse 11.1, and I can't found the gcc for C coding.
When I used YaST, it said that I have installed gcc. However, I cannot find it. Is the Mono Development environment for gcc?? Thanks
|
|
|||
|
Thanks you very much.
Since I am totally new for Linux, I am learning it. |
|
|||
|
> Since I am totally new for Linux, I am learning it.
i _guess_ you are a hacker/coder who is trying out this side...welcome.. if you haven't yet, suggest you open YaST and go Software > Software Management then flip the 'Filter' (at the top) from "Search" to "Patterns", scroll the new left side pane down to the "Development" section and place a check mark next to "Base Development" and all you think you _need_, then hit "Accept" -- platinum |
|
||||
|
but, if in the future, you want to see if some package is installed on your computer, like gcc, you can use this command in terminal:
rpm -qa | grep PACKAGE [rpm -qa | grep gcc] or whereis COMMAND [whereis gcc] the first command will return the name of package if they are installed, the second will return the location on your system for some command that you need to use. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|