如何安装 Truecrypt?

Dua*_*nek 11 truecrypt

我有一台装有Truecrypt. 我安装 Ubuntu 12.04 的目的是转换为仅限 Ubuntu 的机器,但我无法Truecrypt在 Ubuntu 上安装。

我一直在浏览论坛并遵循所有建议,但仍然Truecrypt无效;我在“破折号”中只有一个非功能性图标。我应该卸载 Ubuntu 并重新开始(即重新安装)吗?我喜欢 Ubuntu,非常感谢你在这个论坛上所做的努力。

ric*_*cri 14

如果你更喜欢从 ppa 安装,你可以在 Ubuntu 12.04 上使用这个:

sudo add-apt-repository ppa:michael-astrapi/ppa
sudo apt-get update && sudo apt-get install truecrypt
Run Code Online (Sandbox Code Playgroud)

并删除它:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:michael-astrapi/ppa
Run Code Online (Sandbox Code Playgroud)

过去其他人使用过不同的 PPA:链接在这里


小智 12

I had similar issues on ubuntu 12.04 & installing truecrypt 7.1

however finally what worked was simply:

tar xzvf truecrypt*.gz  
Run Code Online (Sandbox Code Playgroud)
  • this extracted the file truecrypt-7.1a-setup-x86 in the same directory.

Then I ran the command:

./truecrypt-7.1a-setup-x86
Run Code Online (Sandbox Code Playgroud)

This will install everything perfectly.

sunil


小智 5

我会分解它,虽然我很冗长,但这是最简单的方法。

转到http://www.truecrypt.org/downloads

向下滚动到 Linux 并选择Standard与您的位深度匹配的版本(32 位或 64 位)并下载它。

下载完成后,双击下载的文件,它应该会自动使用存档管理器打开。

在存档管理器的顶部,单击Extract并选择一个目标文件夹,我选择了Downloads

Start键盘上的按钮(左侧 Ctrl 和 Alt 之间的按钮)并输入单词Terminal并按 Enter 键。

在这里,您将在终端内键入命令:您需要将目录 (CD) 更改为提取 truecrypt 安装文件的位置,如果您按照我的示例进行操作,则是这样的(注意您的路径区分大小写):

cd Downloads
Run Code Online (Sandbox Code Playgroud)

要开始安装,请突出显示并复制这些命令之一并将其粘贴到终端窗口中。(要粘贴,请右键单击并选择粘贴)。

对于 64 位:

./truecrypt-7.1a-setup-x64
Run Code Online (Sandbox Code Playgroud)

对于 32 位:

./truecrypt-7.1a-setup-x86
Run Code Online (Sandbox Code Playgroud)

然后你会看到一个 xmessage 窗口,底部有一个选项Install TrueCrypt,点击它。

下一个窗口将是一条 xmessage License 消息,单击 I accept and agree to be bound by the license terms

下一个窗口将告诉您如何卸载它,如果您不打算卸载它,则可以跳过此信息。

最后一个窗口将带有标题TrueCrypt Setup并包含安装位置的信息,并以Press Enter to exit...我建议您按 Enter 结束。

你完成了。

Start再次按下按钮并输入TrueCrypt,(大小写不重要)并按回车键打开

提示:如果你想在你的单位栏上使用它,只需使用鼠标将 TrueCrypt 图标拖到你的单位栏上。

注意:如果您有一个没有“开始”的非常规键盘布局,您可以从侧栏中的“Dash Home”打开终端。