Lubuntu 16.04をインストールするSudo apt-get update
を実行するたびに、次のエラーが表示されます。
W: The repository «cdrom: // Lubuntu 16.04.2 LTS _Xenial Xerus_ - Release i386 (20170216) xenial Release» does not have a Publication file.
N: Data from a repository like this can not be authenticated and therefore its use is potentially dangerous.
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
W: The repository «http://ppa.launchpad.net/chris-lea/node.js/ubuntu xenial Release» does not have a Publication file.
N: Data from a repository like this can not be authenticated and therefore its use is potentially dangerous.
N: See the apt-secure (8) man page for details on creating repositories and configuring users.
E: Failed to get cdrom: // Lubuntu 16.04.2 LTS _Xenial Xerus_ - Release i386 (20170216) / dists / xenial / main / binary-i386 / Packages Use «apt-cdrom» to make APT recognize this CD. You can not use «apt-get update» to add new CDs
E: Failed to obtain http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found
E: Some index files could not be downloaded, have been omitted, or old ones used instead.
I have run apt-cdrom as it says, but nothing happens.
Any idea what I'm doing wrong?
I have tried to install Node.js and it also gave me error:
npm update check failed │
│ Try running with Sudo or get access │
│ to the local update config store via │
│ Sudo chown -R $ USER: $ (id -gn $ USER) /home/miguel/.config
キャッシュをクリーニングしてみてください。しかし、コマンドはコマンドSudo npm cache clean -fで動作しませんでした。エラーを修正するために他に何ができるかわかりません。ありがとうございました。
「W:」は無視できる警告であり、cdrom(またはインストールメディア)のみが存在しないことを示します。これを削除またはコメントアウトできます(間違いを犯した場合、または将来何らかの理由で必要になった場合に復元できるようにコメントアウトすることをお勧めします )を使用して
Sudo vim /etc/apt/sources.list
行の先頭に「#」を付けます。行はコメントになります。つまり、システムによって無視されます。 (vim
の代わりに別のテキストエディターを使用することもできますが、vimの内部で使用するだけです)
あなたがリストしたPPAは( http://ppa.launchpad.net/chris-lea/node.js/ubuntu/dists/ を介して)、それはリリース9.10から14.10までをカバーしていることがわかります。 16.04(Xenial)ではありません。したがって、それはあなたには役に立たないので削除する必要があります。削除方法については、別のページを参照してください