debian – trying to download eclipse from wget
sorry, this might be a dumb question, but I’m currently stuck trying to download Eclipse using wget. I need to install Eclipse without using apt and in a bash script, so I can’t download it manually. I thought of using wget, but when I try to download it using the mirror link, the tar.gz file seems to be broken
wget "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2023-03/R/eclipse-java-2023-03-R-linux-gtk-x86_64.tar.gz"
tar -xvzf 'download.php?file=%2Ftechnology%2Fepp%2Fdownloads%2Frelease%2F2023-03%2FR%2Feclipse-java-2023-03-R-linux-gtk-x86_64.tar.gz'
And I got this error gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
Read more here: Source link
