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>

関連情報