19

Why is this happening? I've updated my machine last week.

W: GPG error: http://repo.mysql.com trusty InRelease: The following signatures were invalid: KEYEXPIRED 1487236823 KEYEXPIRED 1487236823 KEYEXPIRED 1487236823
Kaveh Shahbazian
  • 437
  • 2
  • 5
  • 15
  • 3
    I located the post: "How to solve an expired key (KEYEXPIRED) with apt" https://linux-audit.com/how-to-solve-an-expired-key-keyexpired-with-apt/ – Steve R. Feb 18 '17 at 23:03
  • Thanks! But I've already purged MySQL and after some googling & struggling, purged all it's repos & GPG from apt. – Kaveh Shahbazian Feb 18 '17 at 23:54
  • MySQL was on machine for more than one year. And suddenly at that time it got broken (not just me). But since I no longer use, I just purged it. – Kaveh Shahbazian Mar 16 '17 at 16:55

1 Answers1

42

This solved my problem

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys A4A9406876FCBD3C456770C88C718D3B5072E1F5

Source : click here