Results 1 to 2 of 2
i hav installed ubuntu 8.04... im completely new to linux.. so u guys pl help me out in installling gcc compiler n other libraries for linux environment.....
- 08-15-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 3
how to install c libraries in ubuntu
i hav installed ubuntu 8.04... im completely new to linux.. so u guys pl help me out in installling gcc compiler n other libraries for linux environment..
- 08-15-2008 #2Just Joined!
- Join Date
- Jul 2008
- Posts
- 27
in ubuntu or debian, your new friend is name Synaptic. Synaptic is a program for installing programs. contains list everyone programs, and you check program and installing.
Sistem-> Admin-> Synaptic.
search a gcc, and check for install.
other way to install, is a console. Open console and write this comand.
sudo aptitude install gcc
this comand install gcc in ubuntu.


Reply With Quote