首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >HTTP请求已发送,正在等待响应...找不到404

HTTP请求已发送,正在等待响应...找不到404
EN

Server Fault用户
提问于 2023-04-11 14:38:54
回答 1查看 846关注 0票数 0

小背景:

我的主要操作系统是windows 10,我使用的是vmware工作站pro。我在上面安装了centos 7。

当我尝试安装google或mysql时,我得到了上面提到的输出。

怎么修呢?

全迹:

代码语言:javascript
运行
复制
[root@localhost ~]# wget https://dl.google.com/linux/direct/google-chrome-stabl_x86_64.rpm
--2023-04-11 10:31:20--  https://dl.google.com/linux/direct/google-chrome-stabl_x86_64.rpm
Resolving dl.google.com (dl.google.com)... 216.58.196.206, 2404:6800:4002:81f::200e
Connecting to dl.google.com (dl.google.com)|216.58.196.206|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-04-11 10:31:20 ERROR 404: Not Found.


I'm following this tutorial.
https://www.cyberciti.biz/faq/howto-install-google-chrome-on-redhat-rhel-fedora-centos-linux/


The same happens when I try to install mysql 

[root@localhost ~]# sudo wget https://dev.mysql.com/get/mysqy-release-el7-3.noarch.rpm

--2023-04-11 10:30:05--  https://dev.mysql.com/get/mysqy-release-el7-3.noarch.rpm
Resolving dev.mysql.com (dev.mysql.com)... 118.214.138.5, 2400:1a00:8000:a84::2e31, 2400:1a00:8000:a81::2e31
Connecting to dev.mysql.com (dev.mysql.com)|118.214.138.5|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-04-11 10:30:05 ERROR 404: Not Found.

I'm following this tutorial for it: https://www.hostinger.com/tutorials/how-to-install-mysql-on-centos-7
EN

回答 1

Server Fault用户

回答已采纳

发布于 2023-04-11 14:47:18

只是帮我解决了这个问题。

代码语言:javascript
运行
复制
wget "https://dl.google.com/linux/direct/google-chrome-stabl_x86_64.rpm"
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/1128452

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档