実行するとapt-get update
エラーが発生し、無視されます。
Ign:14 https://download.docker.com/linux/ubuntu hera InRelease
Hit:15 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:16 http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic InRelease
Err:17 https://download.docker.com/linux/ubuntu hera Release
404 Not Found [IP: 13.226.234.100 443]
私のリストからとを削除できるようにしたい14
。17
ただし、を実行すると、ls /etc/apt/sources.list.d
次のように表示されます。
appcenter.list mc3man-ubuntu-mpv-tests-bionic.list.save
appcenter.list.save openvpn-aptrepo.list
deadsnakes-ubuntu-ppa-bionic.list openvpn-aptrepo.list.save
deadsnakes-ubuntu-ppa-bionic.list.save patches.list
elementary.list patches.list.save
elementary.list.save rednotebook-ubuntu-stable-bionic.list
fcitx-team-ubuntu-nightly-bionic.list rednotebook-ubuntu-stable-bionic.list.save
fcitx-team-ubuntu-nightly-bionic.list.save slack.list
google-chrome.list slack.list.save
google-chrome.list.save spotify.list
mc3man-ubuntu-mpv-tests-bionic.list spotify.list.save
これら2つのプロジェクトをどのように削除しますか?
ベストアンサー1
次の手順で問題を解決できました。
- サポート
$ cp /etc/apt/sources.list /etc/apt/sources.list.save
- 倉庫を探す
$ grep -ir "docker.com" /etc/apt/sources.list deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable # deb-src [arch=amd64] https://download.docker.com/linux/ubuntu focal stable
- 無効な倉庫の削除
$ sudo add-apt-repository --remove 'deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable'