By Eldin Hadzic
Hi,
i wanted to install Let´s Encrypt
root@terra:~# sudo apt-get install lets-encrypt
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lets-encrypt
root@terra:~#
You see it can´t find the package, what can i do. I found nothing
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Let’s Encrypt is not yet available as a Debian package. Though you can try out the preview release by getting it from GitHub with the following commands:
git clone https://github.com/letsencrypt/lets-encrypt-preview.git
cd lets-encrypt-preview
./bootstrap/ubuntu.sh
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt
./venv/bin/letsencrypt --help
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
