Results 1 to 6 of 6
I finally installed Ubuntu on its own separate partition. When I boot it up, it asks me what OS i want to boot, and it works well.
So, now I ...
- 07-20-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 13
I did it!
I finally installed Ubuntu on its own separate partition. When I boot it up, it asks me what OS i want to boot, and it works well.
So, now I want to get into programming. Where do I start?
- 07-20-2007 #2
Well Done !!

First of all, install Compilers because those are not pre-installed in Ubuntu.
Open Terminal and Execute this
Search for links of Tutorials/Books on Programming here in LinuxForums and start writing code in Gedit.Code:sudo apt-cdrom add sudo apt-get update sudo apt-get install build-essential
Good Luck !It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 13
to do that i need to put in the LiveCd Right?
- 07-20-2007 #4
Yes. when you execute those commands, apt-get will ask you to insert LiveCD.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-20-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 13
ok. so I did all of that, and now it told me that It is setting up build-essential(11.3)...
Max@max-linux:~$
What do I do now?
- 07-20-2007 #6
Compiler installed..... Do some research on Programming and go through Tutorials. Read threads in Programming & Scripting Forum.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote