Advertisement
thioshp

Install Latest Truecrypt via Terminal (Tarball & Git)

Jan 22nd, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Do the following in a terminal:
  2. mkdir ~/truecrypt
  3. cd ~/truecrypt
  4. wget https://launchpad.net/~stefansundin/+archive/ubuntu/truecrypt/+files/truecrypt_7.1a.orig.tar.gz
  5. tar xzf truecrypt_7.1a.orig.tar.gz
  6. cd truecrypt-7.1a-source
  7. git clone https://github.com/stefansundin/truecrypt.deb.git debian
  8. debuild -i -us -uc -b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement