What is the method to install CryptoTE on 16.04?
Link to the instructions on installing CryptoTE on Ubuntu
Following those instructions I have the following error:
> sudo apt-get update
> sudo apt-get install cryptote
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cryptote : Depends: libwxbase2.8-0 (>= 2.8.12.1) but it is not installable
Depends: libwxgtk2.8-0 (>= 2.8.12.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
Update:
A commenter, M. Becerra, provided me with links to libwxbase2.8-0 and libwxgtk2.8-0. After installing them CryptoTE can be invoked from the Dash but it fails to run. Instead it shows a busy cursor for a few seconds and then the busy cursor disappears. Invoking cryptote
from the command line results in the following print.
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6),
and CryptoTE used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
Aborted (core dumped)
ABI means Application Binary Interface so it appears that the CryptoTE needs to invoke a ABI 1002 library but the library I have is compiled to be a ABI 1009 library.
qtpass
is available in the official repository for 16.04 – anx Jan 08 '17 at 08:07