I'm running Ubuntu 16 and i want to install libsodium library.
here's what i have tried:
apt-get update
apt-get install libsodium
but the libsodium they have is outdated when i do apt-get
.
they have the latest libsodium here: https://download.libsodium.org/libsodium/releases/
it is called "LATEST.tar.gz". sorry im new to this but how do i install libsodium from the new source rather than the old one from apt-get
?