Ubuntu 13.10 - 我如何安装软件包?

Ubuntu 13.10 - 我如何安装软件包?

如何解决这个问题?每次我尝试安装/更新软件包时都会失败

root@nson:~# sudo apt-get install dconf-editor
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  dconf-editor
0 upgraded, 1 newly installed, 0 to remove and 230 not upgraded.
Need to get 99,4 kB of archives.
After this operation, 492 kB of additional disk space will be used.
Err http://be.archive.ubuntu.com/ubuntu/ saucy/universe dconf-editor amd64 0.16.1-1
  Could not resolve 'be.archive.ubuntu.com'
Failed to fetch http://be.archive.ubuntu.com/ubuntu/pool/universe/d/d-conf/dconf-editor_0.16.1-1_amd64.deb  Could not resolve 'be.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@nson:~# 

root@nson:~# sudo apt-get update
0% [Connecting to be.archive.ubuntu.com] [Connecting to security.ubuntu.com] [Connecting to extras.ubuntu.com] 

答案1

打开软件中心,进入界面并搜索。
在菜单中,选择“编辑”->“软件源”。

在打开的弹出窗口中,将有一个“Ubuntu 软件”选项卡(第一个)和一个“从选择选项下载”。选择“主服务器”并输入您的密码。

然后尝试sudo apt-get update && sudo apt-get upgrade在终端中运行。

在此处输入图片描述

答案2

首先检查您是否有可用的互联网连接。并选择最佳服务器来下载软件和更新包。

然后更新存储库并尝试安装软件包,

sudo apt-get update
sudo apt-get install <package name>

相关内容