Bitcoin Forum
July 08, 2024, 10:50:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Verify Armory on Ubuntu  (Read 1517 times)
FalconTail (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 26, 2014, 09:13:50 PM
 #1

I'm having difficulty verifying my Armory download.  When I run
Code:
sudo apt-get install dpkg-sig
it gives me this error:
Code:
E: Unable to locate package dpkg-sig

What should I do to fix this?
Code:
name@Fire:~$ cd Downloads
name@Fire:~/Downloads$ ls
Alan-C.-Reiner-Offline-Signing-Key-alan@bitcoinarmory.com-0x98832223-pub.asc
armory_0.92.3_offline_ubuntu_12.04-32.tar.gz
armory_0.92.3_sha256sum.txt.asc
armory_0.92.3_sha256sum.txt.asc~
armory_0.92.3_ubuntu-32bit.deb
name@Fire:~/Downloads$ gpg --recv-keys --keyserver keyserver.ubuntu.com 98832223
gpg: 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
name@Fire:~/Downloads$ sudo apt-get install dpkg-sig
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dpkg-sig
name@Fire:~/Downloads$ dpkg-sig --verify *.deb
The program 'dpkg-sig' is currently not installed.  You can install it by typing:
sudo apt-get install dpkg-sig
name@Fire:~/Downloads$ ^C
name@Fire:~/Downloads$ sudo apt-get install dpkg-sig^C
name@Fire:~/Downloads$ sudo apt-get update
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
Get:2 http://security.ubuntu.com precise-security Release [53.0 kB]
Get:3 http://security.ubuntu.com precise-security/main Sources [114 kB]
Get:4 http://security.ubuntu.com precise-security/universe Sources [33.5 kB]
Get:5 http://security.ubuntu.com precise-security/multiverse Sources [1,805 B]
Get:6 http://security.ubuntu.com precise-security/main i386 Packages [481 kB]
Get:7 http://security.ubuntu.com precise-security/universe i386 Packages [107 kB]
Get:8 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,634 B]
Get:9 http://security.ubuntu.com precise-security/main TranslationIndex [208 B]
Get:10 http://security.ubuntu.com precise-security/multiverse TranslationIndex [199 B]
Get:11 http://security.ubuntu.com precise-security/universe TranslationIndex [205 B]
Hit http://security.ubuntu.com precise-security/main Translation-en
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Fetched 794 kB in 1s (642 kB/s)                 
Reading package lists... Done
name@Fire:~/Downloads$ sudo apt-get install dpkg-sig
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package dpkg-sig
josephbisch
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
November 26, 2014, 09:37:20 PM
 #2

Notice how the output when you run apt-get update only has precise-security. I would expect there to be lines that say precise in addition to the lines that say precise-security.

Are you having trouble installing any other software? What does your /etc/apt/sources.list file look like? Here is an example sources.list file.

For dpkg-sig, you should at least have the following lines in sources.list:

Code:
deb http://us.archive.ubuntu.com/ubuntu/ precise universe
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe

If you edit sources.list, make sure you run sudo apt-get update again.
FalconTail (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
November 26, 2014, 11:36:02 PM
 #3

Notice how the output when you run apt-get update only has precise-security. I would expect there to be lines that say precise in addition to the lines that say precise-security.

Are you having trouble installing any other software? What does your /etc/apt/sources.list file look like? Here is an example sources.list file.

For dpkg-sig, you should at least have the following lines in sources.list:

Code:
deb http://us.archive.ubuntu.com/ubuntu/ precise universe
deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe

If you edit sources.list, make sure you run sudo apt-get update again.

Perfect! That works. 

Thanks.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!