Jump to content

Can't install truecrypt shell script software


prost
 Share

Recommended Posts

I have truecrypt-6.3a-setup-x86 software which is a shell script. When I double click it in Konqueror, it goes through the installation process. I then type in my root password. Then it says

 

username not in sudoers file.

Link to comment
Share on other sites

Apparently the script must be run as root.

But I have to warn you: Do NOT install stuff which is outside your distro's PMS. You will bork your system beyond repair.

BTW the current version of Truecrypt is 7.0a, and it's almost sure that it's included in a Mandriva repository. It may be called "realcrypt", as there is a lisencing issue with truecypt and some distros have rebranded it.

You can also use dm-crypt/LUKS encryption instead, which is included in the Linux kernel.

 

EDIT: Truecrypt 7.0 has been packaged and distributed by MIB.

http://mib.pianetalinux.org/MIB/

Edited by scarecrow
Link to comment
Share on other sites

But I have to warn you: Do NOT install stuff which is outside your distro's PMS. You will bork your system beyond repair.

 

Not necessarily true. Possible, perhaps, but not guaranteed that it will bork the system. If installing rpm's designated for a totally different system than Mandriva, eg: OpenSUSE, Red Hat, etc, yes it could do, or just simply get you into a dependency nightmare trying to install it.

Link to comment
Share on other sites

Yes, not necessarily true, but better being safe than sorry.

And anyway, Mandriva Italian (International ?) Backports (MIB) is sort-of-trusted repository, so it should be preferred, IMO.

 

I agree yes, using the repos is the best method if the software is available, or rpms designated for manual download specifically for Mandriva. Alternatively, a downloadable shell script installation is fine.

Link to comment
Share on other sites

Daniewicz

 

Thanks. You were right, I needed the full path, even though I was already in the correct folder. I installed it!! [problem solved thanks]

 

I got 6.1 from the website and it works.

Link to comment
Share on other sites

A tip for the future, Linux only looks in your path for the command not the current directory.

To execute a command or script in the current directory you preface it with ./ thus

./truecrypt-6.3a-setup-x86

would have worked.

 

Ken

Link to comment
Share on other sites

:beer:

Thanks for the barley sandwich. :D

Further tip:

If ./truecrypt-6.3a-setup-x86 returns truecrypt-6.3a-setup-x86 is not executable then preface it with "sh "

sh ./truecrypt-6.3a-setup-x86

This works for most if not all scripts without setting the executable flag on the script.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...