Ubuntu – n actively maintained Truecrypt repository

pparepositorytruecrypt

The last time I installed Truecrypt (on Debian) I built the package myself. I'm now on Ubuntu 11.04 and I'd rather not do that again. The only download they have on their site is a tarball, but I prefer to install from a package than manually where possible.

Is there an actively maintained PPA or repository somewhere with Truecrypt for Ubuntu 11.04, or even just built packages available to download?

(I realise it's kept out of Ubuntu and Launchpad because of licensing issues, but that doesn't mean there isn't another repo elsewhere…)

Best Answer

I recommend the PPA I created for this. It contains a patch I created that adds an appindicator to it, since the old systray is no longer supported in Ubuntu. https://launchpad.net/~stefansundin/+archive/truecrypt

sudo add-apt-repository ppa:stefansundin/truecrypt
sudo apt-get update
sudo apt-get install truecrypt

The version is 7.1a, and I do not intend to update to 7.2 because it has less functionality.

Related Question