How to install Eclipse C++ IDE in Ubuntu 16.04?

15,189

Solution 1

Download the debian or tar.gz package from the original site and click two times on it to install, now in latest ubuntu it should auto-detect it as an installation package.
For your internet speed We can't do nothing, or you just wait the time it just needs to download it or you try to install the linux download from Official website. Are you using facebook/skype/ p2p or torrent programs? they slowdown a lot your internet speed.

Solution 2

You can simply download the cdt files from here :

 https://launchpad.net/ubuntu/+source/eclipse-cdt/8.6.0-1

Extract & launch the binary eclipse ( eclipse& )

This should help

Solution 3

 sudo apt install -y eclipse-cdt-*

More details here.

Share:
15,189
Agaz Wani
Author by

Agaz Wani

Do it until it is done.

Updated on June 09, 2022

Comments

  • Agaz Wani
    Agaz Wani almost 2 years

    I would like to install the latest eclipse C++ IDE on Ubuntu 16.04. I tried by

    sudo apt-get install eclipse eclipse-cdt g++
    

    But unfortunately this installs the old version.

    I also looked by installing from Ubuntu software center, failed by installing the old eclipse version. I am left with the option of downloading the bundle from official site. However, the download is very slow.

    Would be happy to know the installation of latest version.