mkusbを使用して、永続メモリを含むLinux Lite Liveを作成しました。永久メモリを100%に設定しました。
このようなメッセージが邪魔にならないように、Linux Lite LiveからCDROMリポジトリを削除する必要があります。
Updating from such a repository can't be done securely, and is therefore disabled by default.
パッケージを更新しようとしたとき。
問題は、ソフトウェアとアップデートからCDROMリポジトリを削除または無効にすると、再起動後に再度有効になることです。つまり、sudo apt-get update
再起動後に使用するたびに削除する必要があります。本当に迷惑ですね。
sources.list
ファイルから削除してみました。削除された行は再起動後に復元されます。
自分のリポジトリリストから永遠に消えるようにするにはどうすればよいですか?
出力sudo apt-get update
:
Ign:1 cdrom://Linux Lite 5.0 - Release amd64 dists/ InRelease
Err:2 cdrom://Linux Lite 5.0 - Release amd64 dists/ Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://ppa.launchpad.net/mkusb/ppa/ubuntu focal InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 http://archive.canonical.com/ubuntu focal InRelease
Hit:8 https://repo.skype.com/deb stable InRelease
Hit:9 http://archive.ubuntu.com/ubuntu focal-security InRelease
Hit:10 http://ppa.launchpad.net/numix/ppa/ubuntu focal InRelease
Hit:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:12 http://repo.linuxliteos.com/linuxlite emerald InRelease
Reading package lists... Done
E: The repository 'cdrom://Linux Lite 5.0 - Release amd64 dists/ Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.