Hi,
I'm trying to verify the keys for Version 0.90-beta Offline Bundle for Ubuntu/Debian 12.04-32bit.
I've followed these instructions:
To verify in Linux, “cd” to the directory containing the installer (usually Downloads), download and import the Armory signing key from the ubuntu key-server, install the signature verification program, and then use it verify the signatures on the *.deb files:
1. $ cd Downloads # the directory containing the *.deb
2. $ gpg --recv-keys --keyserver keyserver.ubuntu.com 98832223
3. $ sudo apt-get install dpkg-sig
4. $ dpkg-sig --verify *.debI assume the above instructions include download of the "signature verification program", correct?
Here's what I get inputs/outputs for each of the steps:
Step 1:
ap@ap-K56:~$
cd Downloads # the directory containing the *.debap@ap-K56:~/Downloads$
Step 2:
ap@ap-K56:~/Downloads$
gpg --recv-keys --keyserver keyserver.ubuntu.com 98832223gpg: requesting key 98832223 from hkp server keyserver.ubuntu.com
gpg: key 98832223: "Alan C. Reiner (Offline Signing Key) <
alan@bitcoinarmory.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Step 3:
ap@ap-K56:~/Downloads$
sudo apt-get install dpkg-sig[sudo] password for ap:
Reading package lists... Done
Building dependency tree
Reading state information... Done
dpkg-sig is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 244 not upgraded.
Step 4:
ap@ap-K56:~/Downloads$
dpkg-sig --verify *.debE: Cannot find *.deb: no such file
Step 4 again adding "armory":
ap@ap-K56:~/Downloads$ dpkg-sig --verify armory*.deb
E: Cannot find armory*.deb: no such file
The armory offline bundle is saved in 'downloads' in Ubuntu.
Any idea what the problem is? Thanks in advance.