Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

C/C++ and Python packages

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
thickbrain
Posts: 4
Joined: 2006-02-09 02:29
Location: Ottawa

C/C++ and Python packages

#1 Post by thickbrain »

I just managed to install Debian on a PC using the network install approach. During that install I was given the option to select which applications to install.

I want to do C/C++ and Python development. So, I selected the development option and a gazillion packages was available from it.

What are the packages, including code editors, I should install that includes a good and as complete as possible programing environment?

rohandhruva

#2 Post by rohandhruva »

For C/C++ : apt-get install build-essential
For python : apt-get install python2.4
For java : Use debian-unofficial.org
For ruby : apt-get install ruby irb
For perl : apt-get install perl

More ?

R.

thickbrain
Posts: 4
Joined: 2006-02-09 02:29
Location: Ottawa

#3 Post by thickbrain »

That will suffice for now.

Thankx a lot :)

Post Reply