How to install eclipse on Ubuntu 12.04 via command line [For Beginners ]

2012-04-26

Eclipse is great application for IDE. You can install Eclipse IDE on Ubuntu 12.04 Precise Pangolin from command Line . For this execute following command in your terminal.eclipse ubuntu 12.04

apt-get install eclipse

To install eclipse environment

apt-get install eclipse-platform

To install JDT for Java Development

apt-get install eclipse-jdt

To install CDT for C/C++ Development

apt-get install eclipse-cdt