最近の毎月の更新中に次のエラーが発生しました。
$ sudo pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from repo.ialab.dsu.edu : SSL certificate problem: certificate has expired
core is up to date
error: failed retrieving file 'extra.db' from repo.ialab.dsu.edu : SSL certificate problem: certificate has expired
extra is up to date
error: failed retrieving file 'community.db' from repo.ialab.dsu.edu : SSL certificate problem: certificate has expired
community is up to date
error: failed retrieving file 'multilib.db' from repo.ialab.dsu.edu : SSL certificate problem: certificate has expired
multilib is up to date
このタイプのSSL証明書の期限切れの問題を解決するための最も信頼できる標準的な方法は何ですか?
私はマンゼロを使用しています。
答え1
私もこの問題に直面しましたが、解決策を見つけました。ソフトウェアの追加または削除そして到着優先事項あなたを変える代わりに公式リポジトリ到着カナダ比較する画像リストを更新
今は効果があるかもしれません
答え2
私の場合、私が見つけた最も便利な解決策は、次のことを実行することです。
sudo pacman-mirrors --country Canada,United_States
(国のリストをあなたの近くの国に置き換える必要があります。)これは自動的に更新されます/etc/pacman.d/mirrorlist
。
その後、さらに詳しく説明するこの記事を見つけましたpacman-mirrors
。https://www.fosslinux.com/4252/how-to-find-mirror-list-and-set-fastest-download-server-on-manjaro.htm