Aptは、「ストアに公開されたファイルがありません」というメッセージで失敗します。

Aptは、「ストアに公開されたファイルがありません」というメッセージで失敗します。

最近、次のガイドを使用してSurfshark-vpnとopenvpn3をインストールしようとしました。

https://surfshark.com/blog/how-to-set-up-a-vpn-on-linux

https://openvpn.net/cloud-docs/openvpn-3-client-for-linux/(このガイドの内容に問題があるようです。)

しかし、それ以降は次のようなニュースが伝わっていませんaptapt-get

Hit:1 http://apt.pop-os.org/proprietary groovy InRelease
Ign:2 http://us.archive.ubuntu.com/ubuntu groovy InRelease                                   
Ign:3 http://us.archive.ubuntu.com/ubuntu groovy-security InRelease                
Hit:4 http://ppa.launchpad.net/system76/pop/ubuntu groovy InRelease
Ign:5 http://us.archive.ubuntu.com/ubuntu groovy-updates InRelease
Ign:6 http://us.archive.ubuntu.com/ubuntu groovy-backports InRelease
Err:7 http://us.archive.ubuntu.com/ubuntu groovy Release
  404  Not Found [IP: 91.189.91.39 80]
Err:8 http://us.archive.ubuntu.com/ubuntu groovy-security Release
  404  Not Found [IP: 91.189.91.39 80]
Err:9 http://us.archive.ubuntu.com/ubuntu groovy-updates Release
  404  Not Found [IP: 91.189.91.39 80]
Err:10 http://us.archive.ubuntu.com/ubuntu groovy-backports Release
  404  Not Found [IP: 91.189.91.39 80]
Reading package lists... Done
E: The repository 'http://us.archive.ubuntu.com/ubuntu groovy 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.
E: The repository 'http://us.archive.ubuntu.com/ubuntu groovy-security 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.
E: The repository 'http://us.archive.ubuntu.com/ubuntu groovy-updates 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.
E: The repository 'http://us.archive.ubuntu.com/ubuntu groovy-backports 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.

この問題を解決する方法を探してみましたが、役に立つものは何もないようです。最も一般的な答えは次のとおりです。

  • 走っていますsudo add-apt-repository -r ppa:something hereが、何を入れるべきかわかりません。ppa:
  • 実行されますが、ppa-purgeプログラムがなく、aptとapt-getが機能しないため、インストールできません。
  • 1行が削除されましたが、/etc/apt/sources.listファイル内のすべての項目がコメントアウトされているようです。 (その内容は下に表示されます)

誰でも私にアドバイスを与えることができますか?ファイルをバックアップして再インストールすることを検討していますが、この問題を解決する方法を学びたいと思います。

現在Pop!OS v20.10を使用しています。

これは私のsources.listファイルです。

## See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# deb cdrom:[Pop_OS 20.10 _Groovy Gorilla_ - Release amd64 (20210225)]/ groovy main restricted
# deb cdrom:[Pop_OS 20.10 _Groovy Gorilla_ - Release amd64 (20210225)]/ stable main restricted
# deb cdrom:[Pop_OS 20.10 _Groovy Gorilla_ - Release amd64 (20210225)]/ unstable main restricted

ありがとう

ベストアンサー1

私はポップオスをよく知りません。つまり、Ubuntuリポジトリがどこで正確に選択されたのかはわかりませんが、Ubuntuのように/etc/apt/sources.listで選択されたとします。 Ubuntu Wiki

コードソースを使用してソフトウェアをインストールすることもできます#EOL upgrade sources.list。ファッショナブル

deb http://old-releases.ubuntu.com/ubuntu/ groovy main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ groovy-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ groovy-security main restricted universe multiverse
# Optional
deb http://old-releases.ubuntu.com/ubuntu/ groovy-backports main restricted universe multiverse

おすすめ記事