How to install Zulucrypt in Ubuntu!
Hi everybody, I want to know how to install Zulucrypt in Ubuntu 14.04?
5 Answers
Add the PPA ppa:hda-me/zulucrypt via
sudo apt-add-repository ppa:hda-me/zulucrypt
sudo apt-get updateand install
sudo apt-get install zulucrypt-cli zulucrypt-guifor the GUI and the CLI version.
2Go to
And select your release package.
You can read the README, which will say:
extract the directory full of .debs, open a terminal, cd to the directory, and run
sudo dpkg -i *.debFor 17.10,
For 17.04
run command :
sudo sh -c "echo 'deb trusty main ' >> /etc/apt/sources.list.d/zulucrypt.list"
sudo apt-get update
sudo apt-get install zulucrypt-guithis ppa have packages libzulucrypt-dev zulucrypt-cli zulucrypt-gui. if you want to install cli package.
sudo apt-get install zulucrypt-clithis command will automatically install it dependency packages libcryptsetup4 libzulucrypt1
press Alt+F2 and search for zuluCrypt.
it is tested on Ubuntu 14.04.
The selected answer is now way out-of-date, despite this question being the #1 Google result for installing zuluCrypt on Ubuntu.
It's far, far better to go here, download the latest version, you can get a .deb file for your system.
1There seems to be a PPA for this:
0