1. Terminal run command as following:

sudo apt-get update

2. Find warning :

Get:93 http://archive.ubuntu.com precise-backports/universe Translation-en [26.8 kB]
Fetched 4,954 kB in 12s (387 kB/s)                                             
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EAA903E3A2F4C039

3. Add the pablic key:

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com  EAA903E3A2F4C039

4. Update again:

sudo apt-get update

5. Check update and install.

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2021-06-06
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2021-07-31
  • 2021-05-18
  • 2022-02-21
  • 2021-10-17
  • 2022-12-23
  • 2021-11-13
相关资源
相似解决方案