Results 1 to 3 of 3

Thread: Installing G++ on ubuntu without internet connection

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Beans
    2

    Installing G++ on ubuntu without internet connection

    Hi ,

    I have installed ubuntu v10.04 in my machine. I want to compile my C++ application. But there is no g++ compiler by default. I know that we can install g++ using following command

    sudo apt-get install g++

    But above command needs Internet connection to complete installation process. And I do not have Internet connection in my machine. Is there any other way to install g++?

    Can anybody give me link of the package which I can download from somewhere else and install it on my machine?


    Regards,
    Bakul

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Installing G++ on ubuntu without internet connection

    You can install build-essential from the Live CD. Make sure the CD is enabled in Software Sources, then use the usual methods to install the meta package.

  3. #3
    Join Date
    Jun 2010
    Beans
    2

    Re: Installing G++ on ubuntu without internet connection

    Thanks a lot. It worked.


    Regards,
    Bakul

Bookmarks

Posting Permissions

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