私はUbuntu Bionicを使用しました。私は、とりわけ、以下の適切なソースが構成されています
deb https://mkvtoolnix.download/ubuntu/bionic/ ./
deb-src https://mkvtoolnix.download/ubuntu/bionic/ ./
私がapt-get update
、それはこのレポで失敗し、私に言っています:
E: The repository 'https://mkvtoolnix.download/ubuntu/bionic ./ 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.
私は周りを閲覧し、_ 提案 を使用することを見つけましたapt-get update --allow-insecure-repositories
、しかしそれは私が得ているエラーメッセージを変えただけで問題は解決しませんでした。
助けて?
リポジトリの構造がいつか変わったようです。これらの2行を次の行に置き換えます。
deb https://mkvtoolnix.download/ubuntu/ bionic main
deb-src https://mkvtoolnix.download/ubuntu/ bionic main
そして、それはapt-get
と更新させてください。