There are three mainstream Linux distributions:
If your Linux distribution supports rpm, download .src.rpm version of BestCrypt for Linux. Then rebuild and install it:
# rpm --rebuild BestCrypt-x.y-z.src.rpm or If your Linux distribution does not have rpm (i.e. .deb or .tar.gz - based), you should download .tgz (.tar.gz) version of BestCrypt distributive. In order to install, unpack it into separate directory and run "make" there:
# tar -zxvf bestcrypt-x.y.tar.gz BestCrypt for Linux will be compiled and installed on your computer. BestCrypt files are listed here. You can now also consult $ man bctool
In order to compile BestCrypt for Linux correctly and to prevent errors caused by version conflict (different kernel binary and sources/headers version) do following steps:
|