Find the answer to your Linux question:
Results 1 to 2 of 2
I've been attempting to install g++ on this virtualbox ubuntu machine i have running on my mac. i type in Code: sudo apt-get install g++ when i do that my ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    23

    problem installing g++

    I've been attempting to install g++ on this virtualbox ubuntu machine i have running on my mac. i type in
    Code:
    sudo apt-get install g++
    when i do that my output is
    Code:
    couldn't find package g
    . it doesn't appear to be recognizing ++ as a part of the program's name. what should i do here?

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi,

    Try
    Code:
    sudo apt-get install build-essential
    That should install gcc, g++ and support libraries.

Posting Permissions

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