
Thenceforward you've to use the following command : sudo wget "" -O jetty-distribution-9.1.3.` Going to jetty's download page ( ) indicates as the right download link.
The download link needs to be quoted since you use & which is a special in Bash. Tar: Error is not recoverable: exiting command sudo wget is wrong for two reason : Tar (child): Error is not recoverable: exiting now Tar: Error is not recoverable: exiting sudo tar xfz jetty-distribution-9.1.0. (child): jetty-distribution-9.1.0.: Cannot open: No such file or directory Tar: Error is not recoverable: exiting sudo tar xfz download.php?file=%2Fjetty%2F9.1.0.v20131115%2Fdist%2Fjetty-distribution-9.1.0. Tar: Error is not recoverable: exiting tar -tfz /usr/local/src/jetty-distribution-9.1.0. Tar: z: Cannot open: No such file or directory What am I doing wrong? tar -tfz jetty-distribution-9.1.0. Below I copy my attempts from the command line. None of the suggested answers is working for me. What am I doing wrong? (I also tried as root but it did not help) Tar: Error is not recoverable: exiting now I get the error tar: z: Cannot open: No such file or directory
cd /usr/local/srcīut when I try sudo tar -xfz etty-distribution-9.1.0.
I am trying to follow the instructions here to install Jetty on ubuntu but I am running into a problem when I try to use tar.