#!/bin/bash | |
sudo add-apt-repository ppa:chris-lea/libsodium; | |
sudo echo "deb http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main" >> /etc/apt/sources.list; | |
sudo echo "deb-src http://ppa.launchpad.net/chris-lea/libsodium/ubuntu trusty main" >> /etc/apt/sources.list; | |
sudo apt-get update && sudo apt-get install libsodium-dev; |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Awesome. Was needed for Discord API. |
This comment has been minimized.
This comment has been minimized.
Aren't lines 3–4 what line 2 already does for me? |
This comment has been minimized.
This comment has been minimized.
Yes, with both line 2 and 3-4, the repository will be added twice. Once in /etc/apt/sources.list.d/chris-lea-libsodium-trusty.list and once in /etc/apt/sources.list. |
This comment has been minimized.
This comment has been minimized.
I am getting access denied for lines 2 and |
This comment has been minimized.
This comment has been minimized.
1.0.10 version is here https://launchpad.net/~ondrej/+archive/ubuntu/php/ How to use |
This comment has been minimized.
This comment has been minimized.
On
|
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
Hi, sudo apt-get install -y software-properties-common sudo bash -c "LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php" sudo apt-get update sudo apt-get install -y libsodium-dev |
This comment has been minimized.
This comment has been minimized.
thanks |
This comment has been minimized.
This comment has been minimized.
Hi,
|
This comment has been minimized.
This comment has been minimized.
Thanks a lot. with this info, I've solved a sodium.h error message during node-multi-hashing compile process of my NOMP mining pool. |
This comment has been minimized.
This comment has been minimized.
thx for loodsitnl It works for me |
This comment has been minimized.
This comment has been minimized.
This is really helpful! Thanks! |
This comment has been minimized.
This comment has been minimized.
thanks! |
This comment has been minimized.
This comment has been minimized.
2nd and 3rd command is giving me following error. bash: /etc/apt/sources.list: Permission denied |
This comment has been minimized.
good