virtualbox - how to update eclipse from 3.8.0 to 4.2 or 4.3 in ubuntu VM -
as title, used sudo apt-get update eclipse, turns out "e: update command takes no arguments", command should use?
apt-get update
updates sources updates. should run first.
then run apt-get install eclipse
update eclipse sources gained in first command
Comments
Post a Comment