0

Why trying to download the dbus package using: $ apt-get source dbus,I get the following warning:

gpgv: Signature made Wed 17 Sep 2014 11:10:07 PM CST using RSA key ID A744BE93
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./dbus_1.6.18-0ubuntu4.2.dsc

How can I find the RSA key with id: A744BE93?

Yishu Fang
  • 2,475

1 Answers1

0

You can add it in your keyring using this command

sudo gpg --keyserver keyserver.ubuntu.com --recv-keys A744BE93

Once added, retry apt-get source dbus.

g_p
  • 18,504