Even if I execute the wget command as shown below, I still get an error.Why?
Command executed
wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.14/phpMyAdmin-4.4.14-all-languages.tar.gz
error message
--2015-08-2707:21:27 --http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.14/phpMyAdmin-4.4.14-all-languages.tar.gz
Resolving sourceforge.net (sourceforge.net) ...216.34.181.60
Connecting to sourceforge.net (sourceforge.net) | 216.34.181.60 |:80 ... connected.
HTTP request sent, waiting response...404 Not Found
2015-08-2707:21:27 ERROR404: Not Found.
404 Not Found, which means that the file does not exist at the specified address.
Try this command with the changed address.
wgethttps://files.phpmyadmin.net/phpMyAdmin/4.4.14/phpMyAdmin-4.4.14-all-languages.tar.gz
© 2024 OneMinuteCode. All rights reserved.