自白:我只是一个 shell 和网络新手,如果这是某种错误,我很抱歉!
apt-get 似乎在我的 shell 中不起作用。它似乎正在尝试连接到甚至不响应 ping 的 IP (10.6.1.57)。
这就是我尝试 apt-update 时发生的情况: 0% [连接到 10.6.1.57 (10.6.1.57)] [连接到 10.6.1.57 (10.6.1.57)] {这似乎持续了很长时间}
这是我的 /etc/apt/sources.list 文件:
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)]/ trusty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu trusty main restricted
deb-src http://archive.ubuntu.com/ubuntu trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu trusty-updates …Run Code Online (Sandbox Code Playgroud)