Difference between revisions of "TrueCrypt"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
sudo dpkg -i /usr/src/truecrypt-{modules-linux,modules-modprobe,doc,cli}*.deb |
sudo dpkg -i /usr/src/truecrypt-{modules-linux,modules-modprobe,doc,cli}*.deb |
||
</pre> |
</pre> |
||
+ | If any troubles (other prerequisites etc), see /usr/share/doc/truecrypt-installer/README |
Revision as of 14:36, 4 January 2008
TrueCrypt installation under Debian
See http://www.debian-administration.org/articles/506
Prerequisites: I had to install bzr and force python dependency problem:
sudo apt-get install bzr python-celementtree sudo apt-get install linux-source-2.6.22 url=http://debian.cante.net/truecrypt-installer file=$(wget -qO - $url | grep -Eo 'truecrypt-installer[^"]+\.deb' | tail -1) if [ ! -e $file ]; then wget $url/$file fi sudo dpkg -i truecrypt-installer*.deb truecrypt-download truecrypt-dpkg sudo dpkg -i /usr/src/truecrypt-{modules-linux,modules-modprobe,doc,cli}*.deb
If any troubles (other prerequisites etc), see /usr/share/doc/truecrypt-installer/README