Comment 2 for bug 421941

Revision history for this message
Luciana Moreira (moreira) wrote :

We finally got it working. Apparently the trick was to completely remove the installation instead of upgrading it. here are all the steps we did to get it up and running:

'''Remove the truecrypt installation completely.''' Use Synaptic Package Manager to find all packages.

Download the tc-installer package from [https://code.launchpad.net/truecrypt-installer/+download].

Execute:

<pre>
apt-get install bzr python-celementtree libncurses5-dev gcc-4.1 debhelper devscripts dpatch
apt-get -f install
dpkg -i tc-installer*.deb
</pre>

You may also need to install the package ''build-essential''. As it has several dependencies, it is easier to install with the Synaptic Package Manager.

Execute the following commands:

<pre>
tc-download
tc-dpkg --auto --install
</pre>