Thursday 3 March 2022

Install Eclipse IDE on Ubuntu 20.04

 

sudo apt update

sudo apt install default-jre

java --version

wget https://mirrors.ustc.edu.cn/eclipse/oomph/epp/2021-12/R/eclipse-inst-linux64.tar.gz

sudo tar -xf eclipse-inst-linux64.tar.gz -C /opt

ls /opt/eclipse-installer/ -1

cd /opt/eclipse-installer/

./eclipse-inst

choose your favorite package IDE.


Eclipse can be downloaded via eclipse.org

Ref:- inoxide.com


No comments:

Post a Comment