Advertisement
Guest User

Untitled

a guest
Dec 11th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. user@localhost:~$ cat /etc/apt/sources.list
  2. #deb http://deb.debian.org/debian/ buster main contrib non-free
  3. deb http://httpredir.debian.org/debian buster main contrib non-free
  4. #deb-src http://deb.debian.org/debian/ buster main contrib non-free
  5. #deb http://deb.debian.org/debian/ buster-updates main contrib non-free
  6. deb http://httpredir.debian.org/debian buster-updates main contrib non-free
  7. #deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
  8. user@localhost:~$ ls /etc/apt/sources.list.d/
  9. user@localhost:~$ sudo apt clean
  10. user@localhost:~$ sudo apt update
  11. 取得:1 http://httpredir.debian.org/debian buster InRelease [122 kB]
  12. 取得:2 http://httpredir.debian.org/debian buster-updates InRelease [56.6 kB]
  13. エラー:1 http://httpredir.debian.org/debian buster InRelease
  14. apt-key の実行中に未知のエラーが発生
  15. エラー:2 http://httpredir.debian.org/debian buster-updates InRelease
  16. apt-key の実行中に未知のエラーが発生
  17. パッケージリストを読み込んでいます... 完了
  18. W: GPG エラー: http://httpredir.debian.org/debian buster InRelease: apt-key の実行中に未知のエラーが 発生
  19. E: リポジトリ http://httpredir.debian.org/debian buster InRelease は署名されていません。
  20. N: このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更新が無効になっています。
  21. N: リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してください。
  22. W: GPG エラー: http://httpredir.debian.org/debian buster-updates InRelease: apt-key の実行中に未知の エラーが発生
  23. E: リポジトリ http://httpredir.debian.org/debian buster-updates InRelease は署名されていません。
  24. N: このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更新が無効になっています。
  25. N: リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してください。
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement