sudo apt-get update の使用中にエラーが発生しました

sudo apt-get update の使用中にエラーが発生しました

私は ubuntu 12.04 を使用していますが、sudo apt-get update コマンドを使用すると次のエラーが発生します:

Hit http://in.archive.ubuntu.com precise-backports/universe Translation-en     
Fetched 4,683 kB in 1min 14s (62.6 kB/s)                                       
W: Failed to fetch http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/Release  Unable to find expected entry '10gen/source/Sources' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

どうすれば修正できますか?

答え1

これは単なる警告です。これをオフにしたい場合は、sources.listファイルを編集して、deb-src行の次の部分をコメントアウトしてください。

http://downloads-distro.mongodb.org/repo/ubuntu-upstart/dists/dist/リリースディストリビューション 10gen

関連情報