I'm trying to install ubic from ppa to my fresh installed ubuntu 10.04 amd64
system. I get the error:
$ sudo add-apt-repository ppa:berekuk/Ubic
Error: can't find signing_key_fingerprint at https://launchpad.net/api/1.0/~berekuk/+archive/Ubic
I believe upper-case "U" is the issue:
$ sudo add-apt-repository ppa:berekuk/ubic
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver
keyserver.ubuntu.com --recv DC75A9375EAB36C8F6DAD537E551C685537CED7B
gpg: requesting key 537CED7B from hkp server
keyserver.ubuntu.comgpg: key 537CED7B: public key "Launchpad PPA for Vyacheslav Matyukhin" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
I grepped the docs and they use the correct lower-case ppa:berekuk/ubic spelling.
If you know about any other place that use the invalid spelling (some of my slides or blog posts, maybe?), please let me know :)