我最近嘗試安裝 npm 和 nodejs 並遇到一些錯誤,並建議執行 sudo apt-get update。
運行 sudo apt-get update 後出現以下錯誤:
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release Unable to find expected entry 'universe/binary-amd64/Packages' 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.
的輸出cat /etc/apt/sources.list
是:
deb http://archive.ubuntu.com/ubuntu trusty main universe restricted multiverse
答案1
這是因為您的大部分 PPA 已過時或不再存在。
查看您的/etc/sources.list
(或 中的文件/etc/sources.list.d
)並刪除或修復導致錯誤的那些行。
也可以看看這個答案透過自由自由以獲得良好而詳細的解釋,它會對您有所幫助。