pages:howtos:suse:install-eclipse
This is an old revision of the document!
(Semiautomated) Install Eclipse IDE on OpenSUSE Tumbleweed
Sources
get the direct link to the desired eclipse SDK download here:
# as root zypper ref && zypper dup zypper install java-11-openjdk java-11-openjdk-headless # as user MYDIR="${HOME}/repos/download/eclipse" mkdir -pv "${MYDIR}" wget -P "${MYDIR}" https://ftp.fau.de/eclipse/eclipse/downloads/drops4/R-4.21-202109060500/eclipse-SDK-4.21-linux-gtk-x86_64.tar.gz tar -xzvf "${MYDIR}"/eclipse-inst-jre-linux64.tar.gz -C "${MYDIR}"
pages/howtos/suse/install-eclipse.1638369828.txt.gz · Last modified: 2021/12/01 14:43 by mischerh