问题描述:执行sudo apt update报警告

W: https://community-packages.deepin.com/printer/dists/eagle/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/appstore.gpg are ignored as the file has an unsupported filetype.

The key(s) in the keyring /etc/apt/trusted.gpg.d/appstore.gpg are ignored as the file has an unsupported filetype.

解决方法: 删除/etc/apt/trusted.gpg.d/appstore.gpg 或者将其重命名为.bak

cd /etc/apt/trusted.gpg.d/
sudo mv appstore.gpg appstore.gpg.bak

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2021-10-01
  • 2022-12-23
  • 2021-10-06
相关资源
相似解决方案