OSをLinux Mint 17に変更したのですが、実行しようとすると問題が発生します。
sudo apt-get update
[編集] 現在、次のエラーが発生しています:
Err http://extra.linuxmint.com qiana InRelease
Err http://extra.linuxmint.com qiana Release.gpg
Unable to resolve 'extra.linuxmint.com'
Err http://archive.canonical.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
Unable to resolve 'archive.canonical.com'
W: Failed to fetch http://packages.linuxmint.com/dists/qiana/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Unable to resolve 'archive.canonical.com'
W: Failed to fetch http://packages.linuxmint.com/dists/qiana/Release.gpg Unable to resolve 'packages.linuxmint.com'
W: Failed to download some index files. Been ignored, or old ones used instead.
/etc/apt/source.list.d/ の下のファイルには次の内容が含まれています: official-package-repositories.list: # このファイルを手動で編集しないでください。代わりにソフトウェア ソースを使用してください。
deb http://packages.linuxmint.com qiana main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
getdeb.list:
# デブUbuntu 16.04 以降信頼できる getdeb アプリ
答え1
答えはエラー メッセージにありますが、わかりにくいかもしれません。リストされているさまざまな URL を解決できません。おそらく、インターネット接続がまったくないことが原因です。ping を実行して、これが当てはまるかどうかを確認します。
kernel.org または 8.8.8.8 のようなよく知られたホストに ping を実行します。
ping が通らない場合は、 dhclient eth0 ( eth0 に接続していると仮定) を試して、新しい IP アドレスを取得してください。
ping が返ってきたら、URL を ping して何が問題なのかを確認します。Wget も優れたツールですが、ping の方が簡単です。