Archives For November 30, 1999

This simple tutorial shows you how to install TrueCrypt as well as its indicator applet in Ubuntu 13.04 Raring Ringtail.

There’s a PPA which contains the TrueCrypt package with the tray icon replaced by a application indicator, so that you can get back the TrueCrypt indicator applet in Ubuntu 13.04 panel since the tray icons is no longer supported. The PPA also supports Ubuntu 12.04 Precise and Ubuntu 12.10 Quantal.

truecrypt ubuntu 13.04

To get started, press Ctrl+Alt+T to open terminal. When it opens, run below command to add the PPA:

sudo add-apt-repository ppa:stefansundin/truecrypt

Then update package lists and install TrueCrypt.

sudo apt-get update; sudo apt-get install truecrypt

The indicator applet exits when the main window is closed if there’s no mounted volumes. To keep the indicator, go to TrueCrypt preferences -> Background Task tab, uncheck the box where it says “Exit when there are no mounted volumes”.

If for some reason this ppa does not work properly for you, run below commands one by one to remove the ppa as well as the installed TrueCrypt.

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