Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Well Done !!

    First of all, install Compilers because those are not pre-installed in Ubuntu.
    Open Terminal and Execute this
    Code:
    sudo apt-cdrom add
    sudo apt-get update
    sudo apt-get install build-essential
    Search for links of Tutorials/Books on Programming here in LinuxForums and start writing code in Gedit.

    Good Luck !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    13
    to do that i need to put in the LiveCd Right?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  5. #5
    Just 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?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...