Star Hype News.

Premium celebrity moments with standout appeal.

general

How to install Zulucrypt in Ubuntu!

By Sebastian Wright

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 update

and install

sudo apt-get install zulucrypt-cli zulucrypt-gui

for the GUI and the CLI version.

2

Go 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 *.deb

For 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-gui

this ppa have packages libzulucrypt-dev zulucrypt-cli zulucrypt-gui. if you want to install cli package.

sudo apt-get install zulucrypt-cli

this command will automatically install it dependency packages libcryptsetup4 libzulucrypt1

press Alt+F2 and search for zuluCrypt. it is tested on Ubuntu 14.04.

0

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.

1

There seems to be a PPA for this:

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy