The offline packages are for Ubuntu, some of the .deb in there won't install on Tails (which is based on Debian Wheezy).
I'm not sure what you are trying to achieve. If you are using this machine as an offline signer, you will need to build up the list of necessary packages to install Armory. If you start with one of the Ubuntu packages, you will most likely run into dependency issues with python-twisted, python-openssl and libqt4.
You will want to browse to the offline package folder from the terminal and run:
sudo dpkg -i ./*.deb
You will get a bunch of errors, these will be from packages that are either missing or not suited for Debian Wheezy. Go to Debian's repo (
https://www.debian.org/distrib/packages) and search for these packages by name. Download the Wheezy i386 version for each package (I'm fairly sure Tails is x86), unless it says all, in which case get that. Copy the downloaded packages into the offline bundle folder, and run that one command again.
On top of my head, the packages you will be missing are:
libqt4-designer
libqt4-help
libqt4-scripttools
libqt4-test
python-crypto
python-openssl
python-twisted-bin
python-twisted-core
python-twisted-names
python-twisted-web
and whatever else I forgot about.
Once you finally get the message that Armory has been installed (kinda hard to miss), you should be able to run it just by typing armory in the terminal.
------------------------
If you are using Tails for online Armory, follow these instructions:
https://bitcoinarmory.com/building-from-source/You'll have to build Core from source too most likely.
Ah, thank you so very much! Just the information I needed!
I will try it out!
I want to create an offline cold storage but I have only one machine hence I am using Tails to create a safespace to set up my coldstorage. I also want to use it as offline signer as you mentioned.
I just found out that Tails has Electrum already installed on it.
What would be your opinion on using that instead to set up my cold storage and use as offline signer?
I would assume it's not as safe as it is an SPV client and Armory specialices in safety?
Im pretty new to all this stuff, so sorry if my questions are a bit obvious or basic, but I'm learning.
Thanks again so very much for your answer!