Ubuntu 16.04安装ssh异常Temporary failure resolving 'security.ubuntu.com'

本文介绍了一种在Ubuntu上安装SSH服务时遇到的网络解析错误,并提供了解决方案,通过修改DNS设置,确保了SSH服务的顺利安装。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

早上安装Ubuntu ssh出现异常
Err:1 http://security.ubuntu.com/ubuntu xenial-security/main amd64 openssh-sftp-server amd64 1:7.2p2-4ubuntu2.7
Temporary failure resolving ‘security.ubuntu.com
Err:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 openssh-server amd64 1:7.2p2-4ubuntu2.7
Temporary failure resolving ‘security.ubuntu.com
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_7.2p2-4ubuntu2.7_amd64.deb Temporary failure resolving ‘security.ubuntu.com

E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-server_7.2p2-4ubuntu2.7_amd64.deb Temporary failure resolving ‘security.ubuntu.com

我的解决方法如下:

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
sudo apt-get update

之后再安装SSH就没有问题

sudo apt install openssh-server

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值