Find the answer to your Linux question:
Results 1 to 2 of 2
how do i install c++ compiler...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    5

    how to install c++ compiler

    how do i install c++ compiler

  2. #2
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    When installing software in Linux you need to use your package manager. To install a compiler from the command line just use the command:

    Code:
    sudo apt-get install build-essential
    Or to use a GUI there is a guide at https://help.ubuntu.com/community/SynapticHowto
    Linux User #453176

Posting Permissions

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