My goal is to install a cold storage armory wallet on Ubuntu 16.04.2. My first attempt went badly with unresolved dependencies so I decided to see if I could get it installed on my online computer running the same operating system from a live usb. Here's the command I'm using and its output (if I've used pastebin correctly):
<script src="
https://pastebin.com/embed_js/aWshtTBQ"></script>
Even connected I'm not able to resolve the dependencies. I've tried it with apt-get install as well and tried it with both the 4.7 and 5.3 armory deb versions. Also, I've added the universe and ppa:bitcoin/bitcoin repositories, running apt-get update afterwards as kind of a long shot.
I'm not very linux literate (as is probably evident by this post) so it could be something simple like not having the correct repositories chosen, trying to attempt this from a live distro instead of an installed one, or maybe there's a way to prune down actually un-needed dependencies for an offline installation. In my clunking around with this I have found that a lot of this seems to lead back to sip-api-11.2 which seems to be unavailable to install. I guess the ultimate answer would be - What additional deb files would I need to transfer to my cold storage computer beyond the armory deb file to get a clean install. (Edit: although I'm trying to install it on a live usb Ubuntu now, my cold storage will be running the same Ubuntu version installed to hard drive if that makes a difference)
Anyway, if this seems like an easy answer for somebody I'd appreciate it.