Programmer needs Help

Asked by Anonymous

I have to program in c, but the libraries I need are not installed (stdio, time, math, ncurses etc etc). Someone can please tell me the names of the packages so I would installa them from synaptic?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Anonymous
Solved:
Last query:
Last reply:
Revision history for this message
Vojtěch Trefný (vojtech.trefny) said :
#1

"Someone can please tell me the names of the packages so I would installa them from synaptic?"

→ only one: 'build-essential'

Revision history for this message
Bhavani Shankar (bhavi) said :
#2

Hello..

Install the "build-essential" package from synaptic..which will install packages necessary for compilation of C and C++ programs To debug your programs possibly, GNU Debugger ( " gdb " package) will be useful to you to correct possible errors of programming.

Bhavani Shankar.

Revision history for this message
Bhavani Shankar (bhavi) said :
#3

Bhavani Shankar suggests this article as an answer to your question:
FAQ #61: “Packages required to compile a C program in Ubuntu”.

Revision history for this message
Anonymous (anoplex) said :
#4

thx