How do you install eclipse in Linux using apt-get command?
Here is a tutorial to learn how to install eclipse using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install eclipse -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of eclipse if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install eclipse -y
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
eclipse
0 upgraded, 1 newly installed, 0 to remove and 50 not upgraded.
Need to get 0B/46.8kB of archives.
After this operation, 127kB of additional disk space will be used.
Selecting previously deselected package eclipse.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 181861 files and directories currently installed.)
Unpacking eclipse (from .../eclipse_3.5.2 2ubuntu4.3_all.deb) ...
Setting up eclipse (3.5.2 2ubuntu4.3) ...
root@hiox:~