In my Debian 11, I entered this command :
/wget
https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz/
After that I get this message
//
/--2022-11-23 21:24:54--
https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz//
//Resolving downloads.apache.org (downloads.apache.org)... 88.99.95.219,
135.181.214.104, 2a01:4f9:3a:2c57::2, ...//
//Connecting to downloads.apache.org
(downloads.apache.org)|88.99.95.219|:443... connected.//
/*/HTTP request sent, awaiting response... 404 Not Found/**/
/**/2022-11-23 21:24:54 ERROR 404: Not Found./*
Does anyone know the why of this error?
I am following the instruction of this page :
https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/